|
Recti 1.2.4
|
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. | |
SVG rendering parameters.
This structure contains all the parameters needed for generating SVG visualizations of routing trees and geometric objects.
| int recti::detail::SvgParams::height |
Height of the SVG canvas.
| int recti::detail::SvgParams::margin |
Margin around the drawing area.
| int recti::detail::SvgParams::min_x |
Minimum x-coordinate in the data.
| int recti::detail::SvgParams::min_y |
Minimum y-coordinate in the data.
| double recti::detail::SvgParams::scale |
Scaling factor for coordinates.
| int recti::detail::SvgParams::width |
Width of the SVG canvas.