self closing tag for rect

master
Matt Huntington 10 years ago
parent 98231e7f41
commit d899702dcc

@ -50,7 +50,7 @@ SVG tag is an inline element
- `y` y position of top left - `y` y position of top left
```xml ```xml
<rect x="50" y="20" width="150" height="150"></rect> <rect x="50" y="20" width="150" height="150"/>
``` ```
## Ellipse ## Ellipse

Loading…
Cancel
Save