master
Matt Huntington 9 years ago
parent 5734af85b2
commit f0b36ed8f0

@ -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
<polygon points="200,10 250,190 160,210" />
```
## Polyline
## Path

Loading…
Cancel
Save