diff --git a/src/svg/SvgExport.js b/src/svg/SvgExport.js index 953c986e..9dca8f78 100644 --- a/src/svg/SvgExport.js +++ b/src/svg/SvgExport.js @@ -407,7 +407,7 @@ new function() { width: size.width, height: size.height, version: '1.1', - xmlns: SvgElement.xmlns, + xmlns: SvgElement.svg, 'xmlns:xlink': SvgElement.xlink }, formatter), parent = node,