diff options
Diffstat (limited to 'src/clip.js')
-rw-r--r-- | src/clip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clip.js b/src/clip.js index 20f83f6..9b5443e 100644 --- a/src/clip.js +++ b/src/clip.js @@ -18,7 +18,7 @@ SVG.ClipPath = SVG.invent({ for (var i = this.targets.length - 1; i >= 0; i--) if (this.targets[i]) this.targets[i].unclip() - delete this.targets + this.targets = []; // remove clipPath from parent this.parent().removeElement(this) |