Skip to content

Commit

Permalink
Add xmlns and xmlns:xlink attributes (facebook#6471)
Browse files Browse the repository at this point in the history
  • Loading branch information
salzhrani authored and gaearon committed Jul 9, 2016
1 parent 64e7602 commit 9a80d42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderers/dom/shared/SVGDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ var ATTRS = {
xlinkTitle: 'xlink:title',
xlinkType: 'xlink:type',
xmlBase: 'xml:base',
xmlns: 0,
xmlnsXlink: 'xmlns:xlink',
xmlLang: 'xml:lang',
xmlSpace: 'xml:space',
y: 0,
Expand Down

0 comments on commit 9a80d42

Please sign in to comment.