omeshwar / svg-android-2

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

Group element clears the gradientMap #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When using group elements the gradientMap is being cleared.
This results in solid black fills if the gradients are defined outside the 
group tag.   
Commenting out 'gradientMap.clear()' around line #1850 in the parser solves the 
problem.

Original issue reported on code.google.com by and...@kaerus.org on 4 Apr 2012 at 10:52