Implement support for SVG fill-rule attribute.

Relates to #858
This commit is contained in:
Jürg Lehni 2015-12-24 16:32:32 +01:00
parent a5f05c90f5
commit 48c0988546

View file

@ -13,6 +13,7 @@
var SVGStyles = Base.each({
// Fill
fillColor: ['fill', 'color'],
fillRule: ['fill-rule', 'string'],
// Stroke
strokeColor: ['stroke', 'color'],
strokeWidth: ['stroke-width', 'number'],