Updated SVG support (markdown)

Artem Pavlenko 2017-06-20 10:40:31 +02:00
parent a2fae34a96
commit 0da75da174

@ -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