diff --git a/SVG-support.md b/SVG-support.md new file mode 100644 index 0000000..d50e91b --- /dev/null +++ b/SVG-support.md @@ -0,0 +1,82 @@ +## Supported SVG elements + +https://github.com/mapnik/mapnik/tree/svg-strict-parsing + +### `` + +| attribute | value | +| --------- | ----- | +| width | | +| height | | +| viewBox | | + + +### `` + +| attribute | value | +| --------- | ----- | +| d | | + + +### `` + +| attribute | value | +| --------- | ----- | +| points | | + +### `` + +| attribute | value | +| --------- | ----- | +| points | | + +### `` + +| attribute | value | +| --------- | ----- | +| x1 | | +| y1 | | +| x2 | | +| y2 | | + +### `` + +| attribute | value | +| --------- | ----- | +| x | | +| y | | +| width | | +| height | | +| rx | | +| ry | | + +### `` + +| attribute | value | +| --------- | ----- | +| cx | | +| cy | | +| r | | + + +### `` + +| attribute | value | +| --------- | ----- | +| cx | | +| cy | | +| rx | | +| ry | | + +### `` + + +### `` + +### `` + +### `` + +### `` + +### ``