markup-lang
- XML: Extensible Markup Language
- HTML
- SVG
- MathML
## SVG
[官方文档](https://developer.mozilla.org/en-US/docs/Web/SVG) || [Learn | Inkscape](https://inkscape.org/learn/)
SVG 创造于 1999 年。
### 基本组成
`<svg>` 根元素
元素构成各种基本形状(`<g>` 用于对 SVG 元素进行分组)
### 开始之前
XML 大小写敏感
SVG 的属性值必须放在括号内
### 一些链接
- [Using CSS animations \- CSS: Cascading Style Sheets | MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations)
- [SvgPathEditor](https://yqnn.github.io/svg-path-editor/)
- [https://www.svgbackgrounds.com/](https://www.svgbackgrounds.com/)
- [https://jakearchibald.github.io/svgomg/](https://jakearchibald.github.io/svgomg/)
- [https://squircley.app/](https://squircley.app/)