master
Matt Huntington 9 years ago
parent bdd66c0cef
commit 98e9cde7b4

@ -49,9 +49,6 @@ SVG tag is an inline element
## Polygon
## Polyline
## Path
## Text
- Content of tag is the text
## Styling
@ -80,6 +77,16 @@ circle {
}
```
## Text
Content of tag is the text
```xml
<text x="0" y="15">I love SVG!</text>
```
Can use font-family and font-size CSS styling
## Group
- `<g></g>`

Loading…
Cancel
Save