pashapm / svg-android-2

Automatically exported from code.google.com/p/svg-android-2
Apache License 2.0
0 stars 0 forks source link

3 errors/missing_element found in the reading of some svg file #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I download the version of January 2014
I had to do 3 modifications to SVGParseur for show my svg file

1)height and width not alway indicated in svg file (then see viewbox)

2)add color detection in format rgb(0,0,0)

3)correction of the interpretation of number in format 1.3e-15 ("e" not read as 
number)

you will find my modification on the attach file.

Original issue reported on code.google.com by pacome.p...@gmail.com on 23 Sep 2014 at 3:43

Attachments: