From 48c09885465102ca44a6d13d1076d55b00f271c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Thu, 24 Dec 2015 16:32:32 +0100 Subject: [PATCH] Implement support for SVG fill-rule attribute. Relates to #858 --- src/svg/SVGStyles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/svg/SVGStyles.js b/src/svg/SVGStyles.js index 8cb8c725..fbadc454 100644 --- a/src/svg/SVGStyles.js +++ b/src/svg/SVGStyles.js @@ -13,6 +13,7 @@ var SVGStyles = Base.each({ // Fill fillColor: ['fill', 'color'], + fillRule: ['fill-rule', 'string'], // Stroke strokeColor: ['stroke', 'color'], strokeWidth: ['stroke-width', 'number'],