From 03df276ab4610bc37472078478ef31c57fdc73ec Mon Sep 17 00:00:00 2001 From: Darcy Date: Thu, 5 Mar 2015 14:32:14 -0500 Subject: [PATCH] add support for the svg cursor attribute # Conflicts: # src/renderers/dom/shared/SVGDOMPropertyConfig.js --- src/renderers/dom/shared/SVGDOMPropertyConfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderers/dom/shared/SVGDOMPropertyConfig.js b/src/renderers/dom/shared/SVGDOMPropertyConfig.js index 8dad8b1e607..81858d59613 100644 --- a/src/renderers/dom/shared/SVGDOMPropertyConfig.js +++ b/src/renderers/dom/shared/SVGDOMPropertyConfig.js @@ -23,6 +23,7 @@ var NS = { var SVGDOMPropertyConfig = { Properties: { clipPath: MUST_USE_ATTRIBUTE, + cursor: MUST_USE_ATTRIBUTE, cx: MUST_USE_ATTRIBUTE, cy: MUST_USE_ATTRIBUTE, d: MUST_USE_ATTRIBUTE,