+ 1
I don't understand about canvas in html.
i don't know how to use canvas in html5, and why just we are not using SVG?
2 Respuestas
0
SVG -> 2D context. Its a XML document with its own syntax like HTML, to draw scalable vector images
Canvas -> 3D context. Only accesible using javascript. Usually to make videogames or draw graphics