BigBadaboom / androidsvg

SVG rendering library for Android
http://bigbadaboom.github.io/androidsvg/
Apache License 2.0
1.21k stars 231 forks source link

SVG.getfromString(?) #242

Closed Egorkansk closed 2 years ago

Egorkansk commented 2 years ago

please write me working sample what I can type in String parameter of this function? I tryed to type svg data but I have svgparseexseption

BigBadaboom commented 2 years ago

Can you post an example SVG that fails for you, please? And the full stacktrace for the exception.

If an SVG works elsewhere, it should work with getFromString() also.

act262 commented 2 years ago

it should be full string

`

`

BigBadaboom commented 2 years ago

No response from OP. So I'm closing this now.