Updated SVG support (markdown)
parent
a2fae34a96
commit
0da75da174
1 changed files with 28 additions and 0 deletions
|
@ -4,6 +4,8 @@ https://github.com/mapnik/mapnik/tree/svg-strict-parsing
|
|||
|
||||
### `<svg>`
|
||||
|
||||
#### Specific attributes
|
||||
|
||||
| attribute | value |
|
||||
| --------- | ----- |
|
||||
| width | |
|
||||
|
@ -13,6 +15,8 @@ https://github.com/mapnik/mapnik/tree/svg-strict-parsing
|
|||
|
||||
### `<path>`
|
||||
|
||||
#### Specific attributes
|
||||
|
||||
| attribute | value |
|
||||
| --------- | ----- |
|
||||
| d | |
|
||||
|
@ -20,18 +24,24 @@ https://github.com/mapnik/mapnik/tree/svg-strict-parsing
|
|||
|
||||
### `<polygon>`
|
||||
|
||||
#### Specific attributes
|
||||
|
||||
| attribute | value |
|
||||
| --------- | ----- |
|
||||
| points | |
|
||||
|
||||
### `<polyline>`
|
||||
|
||||
#### Specific attributes
|
||||
|
||||
| attribute | value |
|
||||
| --------- | ----- |
|
||||
| points | |
|
||||
|
||||
### `<line>`
|
||||
|
||||
#### Specific attributes
|
||||
|
||||
| attribute | value |
|
||||
| --------- | ----- |
|
||||
| x1 | |
|
||||
|
@ -41,6 +51,8 @@ https://github.com/mapnik/mapnik/tree/svg-strict-parsing
|
|||
|
||||
### `<rect>`
|
||||
|
||||
#### Specific attributes
|
||||
|
||||
| attribute | value |
|
||||
| --------- | ----- |
|
||||
| x | |
|
||||
|
@ -52,6 +64,8 @@ https://github.com/mapnik/mapnik/tree/svg-strict-parsing
|
|||
|
||||
### `<circle>`
|
||||
|
||||
#### Specific attributes
|
||||
|
||||
| attribute | value |
|
||||
| --------- | ----- |
|
||||
| cx | |
|
||||
|
@ -61,6 +75,8 @@ https://github.com/mapnik/mapnik/tree/svg-strict-parsing
|
|||
|
||||
### `<ellipse>`
|
||||
|
||||
#### Specific attributes
|
||||
|
||||
| attribute | value |
|
||||
| --------- | ----- |
|
||||
| cx | |
|
||||
|
@ -70,13 +86,25 @@ https://github.com/mapnik/mapnik/tree/svg-strict-parsing
|
|||
|
||||
### `<g>`
|
||||
|
||||
#### Specific attributes
|
||||
|
||||
|
||||
### `<use>`
|
||||
|
||||
#### Specific attributes
|
||||
|
||||
### `<linearGradient>`
|
||||
|
||||
#### Specific attributes
|
||||
|
||||
### `<radialGradient>`
|
||||
|
||||
#### Specific attributes
|
||||
|
||||
### `<symbol>`
|
||||
|
||||
#### Specific attributes
|
||||
|
||||
### `<defs>`
|
||||
|
||||
#### Specific attributes
|
||||
|
|
Loading…
Reference in a new issue