mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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,
|
||||
height: size.height,
|
||||
version: '1.1',
|
||||
xmlns: SvgElement.xmlns,
|
||||
xmlns: SvgElement.svg,
|
||||
'xmlns:xlink': SvgElement.xlink
|
||||
}, formatter),
|
||||
parent = node,
|
||||
|
|
Loading…
Reference in a new issue