Skip to content

SVG support

Artem Pavlenko edited this page Jun 20, 2017 · 10 revisions

Supported SVG elements

https://github.com/mapnik/mapnik/tree/svg-strict-parsing

<svg>

Specific attributes

attribute value
width
height
viewBox

<path>

Specific attributes

attribute value
d

<polygon>

Specific attributes

attribute value
points

<polyline>

Specific attributes

attribute value
points

<line>

Specific attributes

attribute value
x1
y1
x2
y2

<rect>

Specific attributes

attribute value
x
y
width
height
rx
ry

<circle>

Specific attributes

attribute value
cx
cy
r

<ellipse>

Specific attributes

attribute value
cx
cy
rx
ry

<g>

Specific attributes

<use>

Specific attributes

<linearGradient>

Specific attributes

<radialGradient>

Specific attributes

<symbol>

Specific attributes

<defs>

Specific attributes

Clone this wiki locally