What exactly is SVG? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What exactly is SVG?

I see it's implemented as a supplement to the HTML markup. What are the benefits of learning SVG?

10th Aug 2017, 3:09 PM
Dean Carter
Dean Carter - avatar
4 Answers
+ 6
Scalable Vector Graphics enables you to do... well, graphics :) Lines, shapes, animations and such - in HTML exclusively.
10th Aug 2017, 3:18 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 5
SoloLearn's HTML course mentions that in its HTML5 section. But I doubt there is any better source than: https://www.w3schools.com ;)
10th Aug 2017, 3:40 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 1
SVG is scalable vector graphics. It doesn't use pixels when you draw that means your drawing will remain as is even how much ever I zoom it. It doesn't require JavaScript. if the same thing is done by canvas it requires js and also you'll have pixel distortion when you zoom. however we can have an SVG inside a canvas.
17th Sep 2017, 4:26 PM
Ashutosh Soni
Ashutosh Soni - avatar
0
@Kuba SiekierzyƄski Thanks man, you know any good resources to learn SVG?
10th Aug 2017, 3:20 PM
Dean Carter
Dean Carter - avatar