Recti 1.2.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
recti::detail::SvgParams Struct Reference

SVG rendering parameters. More...

#include <svg_utils.hpp>

Public Attributes

int width
 Width of the SVG canvas.
 
int height
 Height of the SVG canvas.
 
int margin
 Margin around the drawing area.
 
double scale
 Scaling factor for coordinates.
 
int min_x
 Minimum x-coordinate in the data.
 
int min_y
 Minimum y-coordinate in the data.
 

Detailed Description

SVG rendering parameters.

This structure contains all the parameters needed for generating SVG visualizations of routing trees and geometric objects.

Member Data Documentation

◆ height

int recti::detail::SvgParams::height

Height of the SVG canvas.

◆ margin

int recti::detail::SvgParams::margin

Margin around the drawing area.

◆ min_x

int recti::detail::SvgParams::min_x

Minimum x-coordinate in the data.

◆ min_y

int recti::detail::SvgParams::min_y

Minimum y-coordinate in the data.

◆ scale

double recti::detail::SvgParams::scale

Scaling factor for coordinates.

◆ width

int recti::detail::SvgParams::width

Width of the SVG canvas.


The documentation for this struct was generated from the following file: