From fc4bdf4bd0227c73b0aea6b440894cc0ef045d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Wed, 3 Feb 2016 18:39:00 +0100 Subject: [PATCH] Use correct SVG namespace again. It got mixed up in recent refactoring (d68239a541d8f2cbee1c3a7e07c35918e3a49280). --- src/svg/SvgExport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,