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
If canvases use drawImage with a URL, it would be nice to have to option of embedding the images as base64 instead of linking to them. If I made a pull request with such an option, would it be likely to be accepted?
The text was updated successfully, but these errors were encountered:
I also did this but approached it a little differently, uses XHR to get original image and uses defs to resuse images, helps with repeating images and svg images.
If canvases use drawImage with a URL, it would be nice to have to option of embedding the images as base64 instead of linking to them. If I made a pull request with such an option, would it be likely to be accepted?
The text was updated successfully, but these errors were encountered: