+ 1
Is it possible for SVG and Canvas to be used in the same document?
2 Answers
+ 6
Please finish the tutorials:
You can actually use both SVG and canvas on the same page, if needed.
However, you cannot just draw SVG onto a canvas, or vice-versa.
https://www.sololearn.com/learn/HTML/2202/
+ 2
You could embed an SVG via an Image variable, you just need to reference it in the src, use drawImage to load it into canvas.