+ 3

What is the difference between canvas and svg , how to use them (master them)?

canvas

3rd Apr 2018, 8:52 AM
Armel
Armel - avatar
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
3rd Apr 2018, 9:12 AM
🌛DT🌜
🌛DT🌜 - avatar
+ 4
https://www.sololearn.com/learn/HTML/2202/
3rd Apr 2018, 9:49 AM
Warith Vatanaplachaigoon
Warith Vatanaplachaigoon - avatar
+ 2
Thank you very much DT and Fremaco
3rd Apr 2018, 10:31 AM
Armel
Armel - avatar
+ 2
Armel My name is Warith or Premaco. Not Fremaco.
3rd Apr 2018, 12:18 PM
Warith Vatanaplachaigoon
Warith Vatanaplachaigoon - avatar
+ 2
Nevermind Armel
3rd Apr 2018, 12:33 PM
Warith Vatanaplachaigoon
Warith Vatanaplachaigoon - avatar
+ 1
So If I want to use canvas I must know a little of javascript
3rd Apr 2018, 10:32 AM
Armel
Armel - avatar
+ 1
okk sorry Warith
3rd Apr 2018, 12:26 PM
Armel
Armel - avatar