What's the advantage of using SVG method instead of simply using images? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

What's the advantage of using SVG method instead of simply using images?

30th Dec 2015, 10:49 AM
wieli
wieli - avatar
10 Réponses
+ 12
There are several advantages. Two I can think of right now are: 1. Since svg is like a text and not a image, using svg instead of image in your Web page makes it load faster when it is accessed by another computer than the host as svg file is downloaded as a text which is much lesser in size than typical image. 2. To increase the quality of the image you might want to increase the number of pixels in the image hence increasing the size of the image in terms of bytes. But with svg you can zoom in or out to any extent as svg is not pixel based hence increasing the speed of your Web page at the same time giving you higher degree of flexibility.
30th May 2016, 6:09 PM
Sushant Kumar
Sushant Kumar - avatar
+ 2
another advantage is that you can modify svg elements with javascript so you can get interactive or animated "images".. although for heavy animation you shoul consider using canvas
2nd Jun 2016, 9:50 PM
Memet OM
Memet OM - avatar
+ 1
I think the advantage might be the independence on pixel.
15th Apr 2016, 10:00 PM
Sven Foligowski
Sven Foligowski - avatar
+ 1
it's an advantage because you can alter the shape anyway you want and it will still hold its legibility regardless of mobile, desktop, or any digital device
29th May 2016, 4:25 AM
Gavin Navid Lively
Gavin Navid Lively - avatar
+ 1
output will never be torn on svg
15th Jul 2016, 9:44 AM
manish rawat
manish rawat - avatar
+ 1
Hey guys!! hahahaha i've never commented before
24th Nov 2016, 5:28 PM
Dayana Dias
Dayana Dias - avatar
0
I think it gives more control to us as we can change the size, shape etc
11th Mar 2016, 4:11 AM
Max P
Max P - avatar
0
simple... just Google the difference between VECTOR GRAPHIC and BITMAP. Svg is vector graphic
7th Jun 2016, 12:18 PM
Ashinze Ekene
Ashinze Ekene - avatar
0
svg stands for scalable vector graphics. Vectors use calculations to draw the image to the screen. Other formats like .jpeg and .png are raster-based images, meaning they use pixels. If you try to scale these larger than the original dimensions they will become pixelated...resulting in poor quality
12th Jun 2016, 11:24 PM
Stevie Gillen
Stevie Gillen - avatar
- 2
I Don't think It is an advanyage.
2nd Jan 2016, 1:03 PM
Mihai Liviu
Mihai Liviu - avatar