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>`
|
### `<svg>`
|
||||||
|
|
||||||
|
#### Specific attributes
|
||||||
|
|
||||||
| attribute | value |
|
| attribute | value |
|
||||||
| --------- | ----- |
|
| --------- | ----- |
|
||||||
| width | |
|
| width | |
|
||||||
|
@ -13,6 +15,8 @@ https://github.com/mapnik/mapnik/tree/svg-strict-parsing
|
||||||
|
|
||||||
### `<path>`
|
### `<path>`
|
||||||
|
|
||||||
|
#### Specific attributes
|
||||||
|
|
||||||
| attribute | value |
|
| attribute | value |
|
||||||
| --------- | ----- |
|
| --------- | ----- |
|
||||||
| d | |
|
| d | |
|
||||||
|
@ -20,18 +24,24 @@ https://github.com/mapnik/mapnik/tree/svg-strict-parsing
|
||||||
|
|
||||||
### `<polygon>`
|
### `<polygon>`
|
||||||
|
|
||||||
|
#### Specific attributes
|
||||||
|
|
||||||
| attribute | value |
|
| attribute | value |
|
||||||
| --------- | ----- |
|
| --------- | ----- |
|
||||||
| points | |
|
| points | |
|
||||||
|
|
||||||
### `<polyline>`
|
### `<polyline>`
|
||||||
|
|
||||||
|
#### Specific attributes
|
||||||
|
|
||||||
| attribute | value |
|
| attribute | value |
|
||||||
| --------- | ----- |
|
| --------- | ----- |
|
||||||
| points | |
|
| points | |
|
||||||
|
|
||||||
### `<line>`
|
### `<line>`
|
||||||
|
|
||||||
|
#### Specific attributes
|
||||||
|
|
||||||
| attribute | value |
|
| attribute | value |
|
||||||
| --------- | ----- |
|
| --------- | ----- |
|
||||||
| x1 | |
|
| x1 | |
|
||||||
|
@ -41,6 +51,8 @@ https://github.com/mapnik/mapnik/tree/svg-strict-parsing
|
||||||
|
|
||||||
### `<rect>`
|
### `<rect>`
|
||||||
|
|
||||||
|
#### Specific attributes
|
||||||
|
|
||||||
| attribute | value |
|
| attribute | value |
|
||||||
| --------- | ----- |
|
| --------- | ----- |
|
||||||
| x | |
|
| x | |
|
||||||
|
@ -52,6 +64,8 @@ https://github.com/mapnik/mapnik/tree/svg-strict-parsing
|
||||||
|
|
||||||
### `<circle>`
|
### `<circle>`
|
||||||
|
|
||||||
|
#### Specific attributes
|
||||||
|
|
||||||
| attribute | value |
|
| attribute | value |
|
||||||
| --------- | ----- |
|
| --------- | ----- |
|
||||||
| cx | |
|
| cx | |
|
||||||
|
@ -61,6 +75,8 @@ https://github.com/mapnik/mapnik/tree/svg-strict-parsing
|
||||||
|
|
||||||
### `<ellipse>`
|
### `<ellipse>`
|
||||||
|
|
||||||
|
#### Specific attributes
|
||||||
|
|
||||||
| attribute | value |
|
| attribute | value |
|
||||||
| --------- | ----- |
|
| --------- | ----- |
|
||||||
| cx | |
|
| cx | |
|
||||||
|
@ -70,13 +86,25 @@ https://github.com/mapnik/mapnik/tree/svg-strict-parsing
|
||||||
|
|
||||||
### `<g>`
|
### `<g>`
|
||||||
|
|
||||||
|
#### Specific attributes
|
||||||
|
|
||||||
|
|
||||||
### `<use>`
|
### `<use>`
|
||||||
|
|
||||||
|
#### Specific attributes
|
||||||
|
|
||||||
### `<linearGradient>`
|
### `<linearGradient>`
|
||||||
|
|
||||||
|
#### Specific attributes
|
||||||
|
|
||||||
### `<radialGradient>`
|
### `<radialGradient>`
|
||||||
|
|
||||||
|
#### Specific attributes
|
||||||
|
|
||||||
### `<symbol>`
|
### `<symbol>`
|
||||||
|
|
||||||
|
#### Specific attributes
|
||||||
|
|
||||||
### `<defs>`
|
### `<defs>`
|
||||||
|
|
||||||
|
#### Specific attributes
|
||||||
|
|
Loading…
Reference in a new issue