Reputation: 3
Pictures I was trying to draw on a canvas have come up blank using the library SVG-android-1.1 and SVG images created in Inkscape. Is there some other SVG image editor I should be using?
Here I have the inkscape svg I created. It is filled with inkscape metadata as i've discovered.
This is output from Android, clearly saying that it doesn't recognize inkscapes format.
05-06 13:26:45.647: D/SVGAndroid(7819): UNRECOGNIZED SVG COMMAND: Work
05-06 13:26:45.647: D/SVGAndroid(7819): UNRECOGNIZED SVG COMMAND: format
05-06 13:26:45.647: D/SVGAndroid(7819): UNRECOGNIZED SVG COMMAND: type
05-06 13:26:45.647: D/SVGAndroid(7819): UNRECOGNIZED SVG COMMAND: title
How do I convert the Inkscape SVG files to those that would be useful for SVGAndroid?
library being used: http://code.google.com/p/svg-android/downloads/detail?name=svg-android-1.1.jar
Upvotes: 0
Views: 1016
Reputation: 101800
You could try my SVG rendering library, AndroidSVG, which does support Inkscape files.
If it doesn't correctly render your files, file a bug and I'll fix it ASAP.
Upvotes: 3
Reputation: 229
You can try this applications directly online at www.janvas.com
I have tested it and works well on iOS and android
I hope that can be help for you.
Upvotes: 0