mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-04 03:45:58 -05:00
Use correct SVG namespace again.
It got mixed up in recent refactoring (d68239a541
).
This commit is contained in:
parent
f7b1aca3e4
commit
fc4bdf4bd0
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ new function() {
|
||||||
width: size.width,
|
width: size.width,
|
||||||
height: size.height,
|
height: size.height,
|
||||||
version: '1.1',
|
version: '1.1',
|
||||||
xmlns: SvgElement.xmlns,
|
xmlns: SvgElement.svg,
|
||||||
'xmlns:xlink': SvgElement.xlink
|
'xmlns:xlink': SvgElement.xlink
|
||||||
}, formatter),
|
}, formatter),
|
||||||
parent = node,
|
parent = node,
|
||||||
|
|
Loading…
Reference in a new issue