Skip to content

Commit

Permalink
add support for the svg cursor attribute
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/renderers/dom/shared/SVGDOMPropertyConfig.js
  • Loading branch information
darcyadams committed Dec 14, 2015
1 parent 55bd203 commit 03df276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderers/dom/shared/SVGDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 03df276

Please sign in to comment.