aboutsummaryrefslogtreecommitdiffstats
path: root/src/mask.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/mask.js')
-rw-r--r--src/mask.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mask.js b/src/mask.js
index 6ebccdc..2aa53d7 100644
--- a/src/mask.js
+++ b/src/mask.js
@@ -36,7 +36,7 @@ SVG.extend(SVG.Element, {
this.masker.targets.push(this)
/* apply mask */
- return this.attr('mask', 'url(#' + this.masker.attr('id') + ')')
+ return this.attr('mask', 'url("#' + this.masker.attr('id') + '")')
}
// Unmask element
, unmask: function() {