diff --git a/src/svg/SvgElement.js b/src/svg/SvgElement.js index 85ba7e43..0f8974fb 100644 --- a/src/svg/SvgElement.js +++ b/src/svg/SvgElement.js @@ -23,7 +23,9 @@ var SvgElement = new function() { // Mapping of attribute names to required namespaces: attributeNamespace = { href: xlink, - xlink: xmlns + xlink: xmlns, + xmlns: xmlns, + 'xmlns:xlink': xmlns }; function create(tag, attributes, formatter) {