How to get a SVG string?
moughxyz opened this issue · 3 comments
moughxyz commented
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
You should search for a <path>
tag inside your svg
file, attribute name d
. Hope this will help
moughxyz commented
Thanks, this worked. This framework is great.
ap4y commented
Thanks, glad it helped.