mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 06:24:17 +00:00
remove style nodes for svg drawing
This commit is contained in:
parent
f84950c744
commit
613cfc3246
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
document.body.appendChild(element);
|
||||
element.click();
|
||||
document.body.removeChild(element);
|
||||
canvas.removeChild(styleNode);
|
||||
}
|
||||
|
||||
Tools.add({ //The new tool
|
||||
|
|
Loading…
Reference in a new issue