summaryrefslogtreecommitdiffstats
path: root/src/mask.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/mask.js')
-rw-r--r--src/mask.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mask.js b/src/mask.js
index f863e8d..12fc13b 100644
--- a/src/mask.js
+++ b/src/mask.js
@@ -6,7 +6,6 @@ SVG.Mask = function() {
SVG.Mask.prototype = new SVG.Container
SVG.extend(SVG.Element, {
-
// Distribute mask to svg element
maskWith: function(element) {
/* use given mask or create a new one */