EddieRich, In your example, how do you know that your scale is 1000 "user units"? Does that number change? dee I am using version 0.92, but it was the same in 0.91. In the document properties dialog, page tab, under custom size, there is a scale section. If you click the + next to the wor...
I am not an expert on SVG, but after working on CAD files for the past 2 years, I have an understanding of graphics systems. I have been investigating the SVG files for the past few weeks. If you look at https://www.w3.org/TR/SVG/coords.html the SVG spec, there are different "coordinate spaces&...
Hello, I am writing an SVG Parser (in C#) so our customers can use inkscape to draw shapes for our laser cutting machines. I have created SVG files with just lines and polylines, but inkscape saves them as paths. Circle and ellipse save as circle and ellipse, as does a rectangle. I need to handle al...