diff --git a/SVG.md b/SVG.md index b21e4b6..0a35b20 100644 --- a/SVG.md +++ b/SVG.md @@ -66,6 +66,15 @@ SVG tag is an inline element ``` ## Polygon + +- attributes + - `points` set of coordinate pairs + - each pair is of the form x,y + +```xml + +``` + ## Polyline ## Path