buatge / svg-android-2

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

New features and bugfixes #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Patched to apply groups fill and stroke attributes to children.
Fixed doFill, which set black fill with no fill attribute.
Deals with text.
Implemented "use" tag, requires parsing twice.
Fixed parseTranform concatenating matrices in the wrong order.

Original issue reported on code.google.com by neclep...@gmail.com on 11 Nov 2011 at 1:57

Attachments:

GoogleCodeExporter commented 9 years ago
Includes issues #3, #4, #5.

Original comment by neclep...@gmail.com on 11 Nov 2011 at 1:58

GoogleCodeExporter commented 9 years ago
I tried integrating your patch, but it breaks my app - I'm still tracking down 
why.

I'm working on a small test "apk" that downloads and displays sample svg files 
from
this site (in src/samples).  My plan is to have all the svg files I (or anyone 
else)
cares about on this site to use as a "test suite".  It'll be easier to integrate
changes when they don't break existing svg files someone is depending on.

Original comment by suh...@google.com on 13 Dec 2011 at 12:16

GoogleCodeExporter commented 9 years ago
Incorporated supplied SVGParser.java
(I made a few minor changes so it builds without warnings)

Original comment by suh...@google.com on 13 Dec 2011 at 1:43