SVG support on Android WebKit
02/15/2010
SVG support on Android WebKit
Webkit already supports SVG (Safari, Chrome). Unfortunately, Android specifically disables SVG from the build step of Webkit
Enabling SVG on Android WebKit goes slow
http://osdir.com/ml/Android-Developers/2009-10/msg02301.html
SVG Tiny viewer
http://old.nabble.com/SVG-Tiny-Viewer-for-Android-td23151127.html
SVG Open
http://www.svgopen.org/2009/registration.php?section=abstracts_and_proceedings
SVGT Tool for android
http://www.tinyline.com/svgt/download/userguide_and/
SVGT Animation spec.
http://www.w3.org/TR/SVGMobile12/animate.html
http://wiki.netbeans.org/NBDemoSVG
3 Comments
leave one →

Sorry, I don’t understand. You are saying that i can use SVG on Android? I need to put a SVG file on my application, how i can do that.
Webkit is ready to work with this kind of file? I need to implement this, and i don’t find anything free or open-source to use.
Can you help me?
If you customize & build your own webkit on android, then you can support it. But it looks like you don’t want to go that way. I found libsvg project, https://launchpad.net/libsvg-android. But I haven’t tried it myself.
Has anyone tried that libsvg library? I’m wanting to create an android app for my web comic, and would like to serve the images as SVGs for the device to draw. It’s not absolutely necessary; I could resort to just displaying them as scaled images. But I think it would look a lot better to have them vector.