asolfre / svg-android-2

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

Mavenised fork + most patches + new changes available #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If anyone's interested, I've gone around collecting all the various patches and 
forks of this awesome library, added my own changes, tested with around 200 
SVGs and have published my own fork.

If the original author decides to take this project on again I will cease 
maintaining my fork.

Until then, if anyone's interested, you'll find my fork on Maven central so you 
can just punch in a few details into your Maven/sbt/gradle/ant+ivy script to 
get the most recent version.

https://github.com/japgolly/svg-android

Thanks. Hope you enjoy.
David

Original issue reported on code.google.com by japgo...@gmail.com on 31 Jan 2013 at 1:29

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Both svg-android-2 and your solution are crashing - EmptyStackException if a 
group has display property as "none".

Have you tested that case in your samples ?

Please share if you find anything more about this issue.

Original comment by findji...@gmail.com on 27 Feb 2013 at 6:05

GoogleCodeExporter commented 9 years ago
Try my fork now.

I created a quick SVG in Inkscape with a hidden layer (display:none in the 
style attr) and it didn't work. Fix only took a few minutes. If you still get 
an error it'll probably be easier for you to poke around yourself and fix it 
(patches welcome).

Original comment by japgo...@gmail.com on 27 Feb 2013 at 10:29