Files
30-seconds-of-code/glossary/SVG.md
Angelos Chalaris b8d652ff40 Add SVG, fix CSS
2018-08-27 22:52:19 +03:00

197 B

SVG

SVG stands for Scalable Vector Graphics and is a 2D vector image format based on an XML syntax. SVG images can scale infinitely and can utilize clipping, masking, filters, animations etc.