SVG to Android Shape
- by Buggieboy
I have started learning about vector drawing in Android with the Shape class.
Since Shape is a Drawable, and Drawables are usually defined as XML, it sounds a lot like the vector drawing commands in SVG.
My question is this: Has anybody created an XSLT transformation, or other mechanism, for converting an SVG drawing description into Android Shapes?