Skip to content

Commit

Permalink
Add 'patternContentUnits' to SVG attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bassett authored and zpao committed Jun 20, 2014
1 parent 3f29d5d commit 11486f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/browser/ui/dom/SVGDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ var SVGDOMPropertyConfig = {
gradientTransform: MUST_USE_ATTRIBUTE,
gradientUnits: MUST_USE_ATTRIBUTE,
offset: MUST_USE_ATTRIBUTE,
patternContentUnits: MUST_USE_ATTRIBUTE,
patternUnits: MUST_USE_ATTRIBUTE,
points: MUST_USE_ATTRIBUTE,
preserveAspectRatio: MUST_USE_ATTRIBUTE,
Expand Down Expand Up @@ -64,6 +65,7 @@ var SVGDOMPropertyConfig = {
DOMAttributeNames: {
gradientTransform: 'gradientTransform',
gradientUnits: 'gradientUnits',
patternContentUnits: 'patternContentUnits',
patternUnits: 'patternUnits',
preserveAspectRatio: 'preserveAspectRatio',
spreadMethod: 'spreadMethod',
Expand Down

0 comments on commit 11486f1

Please sign in to comment.