ap4y / UIBezierPath-SVG

NS/UIBezierPath from SVG string
179 stars 26 forks source link

How to get a SVG string? #3

Closed moughxyz closed 11 years ago

moughxyz commented 11 years ago

How are you getting your SVG strings? Currently if I open an SVG in a text editor, I get some XML/HTML formatted string, but your strings are completely different.

ap4y commented 11 years ago

You should search for a <path> tag inside your svg file, attribute name d. Hope this will help

moughxyz commented 11 years ago

Thanks, this worked. This framework is great.

ap4y commented 11 years ago

Thanks, glad it helped.