Use correct SVG namespace again.

It got mixed up in recent refactoring (d68239a541).
This commit is contained in:
Jürg Lehni 2016-02-03 18:39:00 +01:00
parent f7b1aca3e4
commit fc4bdf4bd0

View file

@ -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,