Files
30-seconds-of-code/glossary/SVG.md
2019-08-13 11:19:29 +03:00

218 B

title, tags
title tags
SVG 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.