SVG to Android Shape
Posted
by Buggieboy
on Stack Overflow
See other posts from Stack Overflow
or by Buggieboy
Published on 2010-06-03T19:17:20Z
Indexed on
2010/06/03
20:44 UTC
Read the original article
Hit count: 426
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?
© Stack Overflow or respective owner