Closed GoogleCodeExporter closed 8 years ago
Hi. Thanks for the report, and thanks for using AndroidSVG.
I am pretty sure this is also a duplicate of Issue 13.
To work around this bug until 1.3 is released, replace the comma between path
command coordinate sequences with a space.
For example on line 43 of that file, the path definition is:
d="m13.5,67.39c1.62,0.99,2.5,0.99,4.12,-0.51,4.43,-4.09,7.63,-7,18.45,-17.66"/>
change it to:
d="m13.5,67.39c1.62,0.99,2.5,0.99,4.12,-0.51 4.43,-4.09,7.63,-7,18.45,-17.66"/>
Note the space after the "-0.51". It looks like that is the only occurrence in
that file.
Original comment by paul.leb...@gmail.com
on 14 Jan 2014 at 2:21
Original issue reported on code.google.com by
MasterK...@gmail.com
on 13 Jan 2014 at 11:01Attachments: