Updated SVG support (markdown)
parent
0dfc205a82
commit
615efb9b0d
1 changed files with 10 additions and 1 deletions
|
@ -14,7 +14,8 @@ https://github.com/mapnik/mapnik/tree/svg-strict-parsing
|
|||
|
||||
|
||||
### `<path>`
|
||||
|
||||
#### Global attributes
|
||||
[transform](#Global-attributes)
|
||||
#### Specific attributes
|
||||
|
||||
| attribute | value |
|
||||
|
@ -85,6 +86,9 @@ https://github.com/mapnik/mapnik/tree/svg-strict-parsing
|
|||
| ry | |
|
||||
|
||||
### `<g>`
|
||||
#### Global attributes
|
||||
|
||||
##### transform
|
||||
|
||||
#### Specific attributes
|
||||
|
||||
|
@ -120,6 +124,11 @@ __________________________________
|
|||
|
||||
_Not supported_
|
||||
|
||||
------------------------
|
||||
|
||||
### Global attributes
|
||||
|
||||
#### `transform`
|
||||
|
||||
------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue