aelmahalawey / androidsvg

Automatically exported from code.google.com/p/androidsvg
0 stars 0 forks source link

Support files generated by Corel Draw #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It seems Corel Draw generates SVG files that use a CSS stylesheet to define all 
it's object style attributes.

There is a sample file at: 
http://code.google.com/p/svg-android/issues/detail?id=46

I don't want to burden AndroidSVG with a full CSS parser, but one of the goals 
is to support files generated by popular vector editors. I may need to add a 
basic CSS parser.

Original issue reported on code.google.com by paul.leb...@gmail.com on 12 Feb 2013 at 1:31

GoogleCodeExporter commented 9 years ago
Fixed in release 1.1.182

Added a basic CSS parser which now allows us to correctly render Corel Draw 
generated SVGs.  Howevere, my test suite of CDR SVGs is limited to just the 
above example.  If you have a file that doesn't work, please post a new bug.

Original comment by paul.leb...@gmail.com on 8 Mar 2013 at 4:13