libredwg
libredwg copied to clipboard
How to change stroke and stroke-width in c file
I'm using dwg2svg2 and dwg2SVG Need to change the stoke and stroke-width in generated svg
You need to get the Polyline widths and apply it as stroke width in the SVG.
Do we need to change in C file or need to download any other third party package as I don't have any prior knowledge in C