what use are svg shapes? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

what use are svg shapes?

Drawing shapes doesnt really seem useful. Does anybody who has made a website know when they are useful?

23rd Jan 2019, 11:58 PM
Zach
Zach - avatar
4 Answers
+ 8
SVG stands for Scalable Vector Graphics. The vector part is very useful when it comes to resolution. This means that if you zoom in you won't find pixels.
24th Jan 2019, 1:40 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
Here is every satellite orbiting earth: https://qz.com/296941/interactive-graphic-every-active-satellite-orbiting-earth/ Plenty of shapes, turned into a cool visualization! In general, normal images (jpg, png) are great because you can display anything with them. But, you cannot make them bigger without the image becoming pixely. Vector graphics like svg have the benefit that you can scale them up as much as you want without losing quality.
24th Jan 2019, 12:07 AM
Schindlabua
Schindlabua - avatar
0
Thanks my dudes
24th Jan 2019, 8:21 PM
Zach
Zach - avatar
0
SVG (Scalable Vector Graphics) is used a lot when it's comes to the illustration. SVG is written in special written in mathematical format of code. Which can be extend upto any type of resolution. For example in real world we using Adobe Illustrator and also Corel Draw sometimes. They all based on SVG. All other format actually pixels base. But SVG is vector base.
2nd Feb 2019, 9:59 AM
Wajahat Khan
Wajahat Khan - avatar