Scale lines in SVG
Contents
[
Hide
]
Change line scale when exporting to SVG
You can control the scale of the lines in the SVG file, the Aspose.CAD library provides all the necessary tools for this.
Use the line_scale parameter in vector_rasterization_options to control the scale of the lines
Example code:
A file using a linear scale
- The file if the LineScale parameter is set to 0.25.
- File if you don’t use line scaling.