+ 3
Why <canvas> is used?
2 Antworten
+ 1
No, canvas is not svg. Canvas is raster while svg is vector. Big difference. Also, canvas is just a surface where you can draw things. All the actual drawing on the canvas must be done with JavaScript.
- 1
canvas tag is used to work with svg images