@ -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 {
}
```
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>`