buatge / svg-android-2

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

Support for tspan and complex SVGs #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Any SVG with <tspan> tag ignores it 
2.Complex SVGs with 5000lines of xml is rendered wrong (colors are mixed up)

What is the expected output? What do you see instead?
text should respect <tspan> tag. Highly appreciated.

What version of the product are you using? On what operating system?
On Android 4.0

Please provide any additional information below.

Original issue reported on code.google.com by daya.sha...@gmail.com on 6 Nov 2012 at 1:12

GoogleCodeExporter commented 9 years ago
This library isn't (currently) intended to implement the full SVG spec, so I 
consider this an enhancement and not a defect

Original comment by suh...@google.com on 7 Nov 2013 at 3:58