Search found 5 matches

by EddieRich
Fri Jul 14, 2017 11:24 pm
Forum: SVG / XML Code
Topic: Writng an SVG Parser, question about Line, Polyline
Replies: 4
Views: 4634

Re: Writng an SVG Parser, question about Line, Polyline

~suv wrote:In my experience, it is not safe to assume that users ...


That has been my experience as well. Never assume anything when it comes to the end user. :)
by EddieRich
Fri Jul 14, 2017 11:16 pm
Forum: SVG / XML Code
Topic: Converting Coordinates in plane SVG File to Coordinates in Inkscape
Replies: 5
Views: 5507

Re: Converting Coordinates in plane SVG File to Coordinates in Inkscape

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...
by EddieRich
Sat Jun 24, 2017 12:08 am
Forum: SVG / XML Code
Topic: Writng an SVG Parser, question about Line, Polyline
Replies: 4
Views: 4634

Re: Writng an SVG Parser, question about Line, Polyline

Fantastic, thanks for the quick reply ~suv.
The fewer shapes I need to parse, the better :D
by EddieRich
Thu Jun 22, 2017 12:24 am
Forum: SVG / XML Code
Topic: Converting Coordinates in plane SVG File to Coordinates in Inkscape
Replies: 5
Views: 5507

Re: Converting Coordinates in plane SVG File to Coordinates in Inkscape

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&...
by EddieRich
Wed Jun 21, 2017 11:09 pm
Forum: SVG / XML Code
Topic: Writng an SVG Parser, question about Line, Polyline
Replies: 4
Views: 4634

Writng an SVG Parser, question about Line, Polyline

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...

Go to advanced search