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

8 lines
218 B
Markdown

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