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>` ### `<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