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
Official Canvas supports using the Canvas as an Image using context.drawImage.
Is there a possibility to do this with this library?
I'm not specifically asking for it to be added, just the theory behind it with either this library or OpenVG itself. I'd be more than happy working on implementing it myself.
From the MozDocs:
image
An element to draw into the context. The specification permits any canvas image source (CanvasImageSource), such as an HTMLImageElement, an HTMLVideoElement, an HTMLCanvasElement or an ImageBitmap.
I know this isn't an exact implementation, but there's any possibility to emulate this, it would be awesome.
Best,
Sam
The text was updated successfully, but these errors were encountered:
Official Canvas supports using the Canvas as an Image using context.drawImage.
Is there a possibility to do this with this library?
I'm not specifically asking for it to be added, just the theory behind it with either this library or OpenVG itself. I'd be more than happy working on implementing it myself.
From the MozDocs:
image
An element to draw into the context. The specification permits any canvas image source (CanvasImageSource), such as an HTMLImageElement, an HTMLVideoElement, an HTMLCanvasElement or an ImageBitmap.
I know this isn't an exact implementation, but there's any possibility to emulate this, it would be awesome.
Best,
Sam
The text was updated successfully, but these errors were encountered: