Paul LeBeau
Paul LeBeau
Hi all A new `SVGView` class that supports zoom and pan is basically complete. Next step is to add interactivity to it. Dear reader. If you are waiting for this...
Hi Ishan > I've implemented a bit of this for my application on my fork. I would love to give back to this library, therefore I was wondering, if there...
Android SVG doesn't use any Canvas calls it doesn't need to. Usually there is only one way to do things. One thing that has been preventing this change is an...
@abhishek1508 Which version of AndroidSVG are you using? Is it the most recent release from Maven? I suspect it is because the `text-anchor` is on the ``. If you are...
Sorry if I wasn't clear. Removing the ``, and moving all the attributes to the ``, is what I was suggesting. Also, spaces in `` elements are not necessarily ignored....
Depends on #130
The library was written originally just to support rendering, not interaction. So there currently isn't an easy way to do what you are after. However, point-in-path and other functions necessary...
I work on the library on weekends. But not every weekend :). I don't have an ETA for this feature yet. Sorry.
Hi Gurpreet `setRenderDPI()` likely isn't what you want. I apologise that the Javadoc isn't very clear on what it actually does. Its purpose is only to set how units like...