+ 12
What is SVG and Canvas in HTML
unable to understand
4 Respostas
+ 11
SVG stands for Scalable Vector Graphics and is a language for describing 2D-graphics and graphical applications in XML and the XML is then rendered by an SVG viewer. Most of the web browsers can display SVG just like they can display PNG, GIF, and JPG. The HTML <canvas> element is used to draw graphics, via JavaScript.
Rei: Please quote your sources.
https://www.tutorialspoint.com/html5/html5_svg.htm
+ 6
It is a drawing tool where you kind of use instructions in the form of special elements to tell your web browser to move some sort of imaginary pen.
+ 4
hey purab svg and canvas both can be used for making graphics while svg is not used much , canvas can be seen a lot in interactive stuff like games and making shapes in svg is very hard and in canvas its easier but it requires a slight knowledge of javascript
+ 3
SAG stands for Scalable Vector Graphics and is a language for describing 2D-graphics and graphical applications in XML and the XML is then rendered by an SVG viewer. Most of the web browsers can display SVG just like they can display PING, GIF, and JPG. The HTML <canvas> element is used to draw graphics, via JavaScript
more details you go to this websites
https://www.tutorialspoint.com/What-is-the-difference-between-SAG-and-HTML 5-Canvas
https://www.w3schools.com/html/html5_svg.asphttps://www.w3schools.com/html/html5_canvas.asp