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 the obvious advantages of having a Drawable class, such a class would also be particularly useful for implementing a pattern fill feature, which I'm raising as a separate issue.
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 the obvious advantages of having a Drawable class, such a class would also be particularly useful for implementing a pattern fill feature, which I'm raising as a separate issue.