-
Notifications
You must be signed in to change notification settings - Fork 21
Svg support? #6
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
I am using deno-canvas for making a test image and i was using a svg image url to load image but whenever i try to load image it throws me a error
Invalid Image. But when using nodejs's canvas it works fine. Is the problem with svg or something? Here is my code to reproduce the error: