You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: