|
|
|
@ -49,9 +49,6 @@ SVG tag is an inline element
|
|
|
|
## Polygon
|
|
|
|
## Polygon
|
|
|
|
## Polyline
|
|
|
|
## Polyline
|
|
|
|
## Path
|
|
|
|
## Path
|
|
|
|
## Text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Content of tag is the text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Styling
|
|
|
|
## 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
|
|
|
|
## Group
|
|
|
|
|
|
|
|
|
|
|
|
- `<g></g>`
|
|
|
|
- `<g></g>`
|
|
|
|
|