+ 3
What is the difference between canvas and svg , how to use them (master them)?
canvas
7 odpowiedzi
+ 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