1

What should I do to get a list of points from an SVG path. I know in terms of web development you simply use the SVG library to determine the length of a path and then just sample it at given intervals. The only issue that I cannot seem to find and equivalent library and or methods for doing this in plain C#.

3
  • It's not clear what you are asking. Are you not including the DOT NET Framework (and its Graphics libraries) as part-and-parcel of plain C#? Commented Nov 30, 2013 at 20:18
  • O course I am including .net I am just saying this is not asp.net or something
    – Gerharddc
    Commented Nov 30, 2013 at 20:28
  • SVG is simply done in XML. You could just read the xml tags and parse them. The specs are easily found : w3.org/TR/SVG/paths.html
    – Sidar
    Commented Dec 1, 2013 at 0:53

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.