TPSVG_Android_SVG_Library
TPSVG_Android_SVG_Library copied to clipboard
SVG image parser for Android. Converts image to list of native android.graphics objects which can then be speedily rendered on Canvas, and provides callbacks to allow image elements to be manipulated...
could you release a sample application plz.
I needed scaleType to work with an imageView. That pr does that. Here is a simple example on how to use it ``` imageView = new ImageView(context) { @Override protected...
I am not an expert in svg but that file doesnt load correctly https://code.google.com/p/battleground-android/source/browse/trunk/Logo.svg?spec=svn38&r=33 I dont see the rounded arcs
In following example, text should be white (when viewed in Inkscape) but is actually shown with the gradient: ``` 1234 ```
Implement support for group opacity.
Not properly supported. I think it's always 1px no matter what is specified.
In Inkscape, a semi-circle arc can be made either open or closed. If it's made closed then there are two radii added to make it a fully-enclosed shape. When attempting...
Add a Drawable extension class so that the rendered SVG image can be used as a Drawable. A Bitmap should be used to cache the rendered image internally. Aside from...