+ 3
What is the difference between canvas and svg , how to use them (master them)?
canvas
7 Answers
+ 25
SVGÂ is a language for describing 2D graphics in XML.Â
Canvas draws 2D graphics, on the fly (with a JavaScript).
SVGÂ is XML based, which means that every element is available within the SVGÂ DOM. ...
If attributes of an SVG object are changed, the browser can automatically re-render the shape
svg : đ
https://www.w3schools.com/html/html5_svg.asp
canvas : đ
https://www.w3schools.com/html/html5_canvas.asp
+ 4
https://www.sololearn.com/learn/HTML/2202/
+ 2
Thank you very much DT and Fremaco
+ 2
Armel My name is Warith or Premaco. Not Fremaco.
+ 2
Nevermind Armel
+ 1
So If I want to use canvas I must know a little of javascript
+ 1
okk sorry Warith