aboutsummaryrefslogtreecommitdiffstats
path: root/src/gradient.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/gradient.js')
-rw-r--r--src/gradient.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gradient.js b/src/gradient.js
index 45816c7..a69b29c 100644
--- a/src/gradient.js
+++ b/src/gradient.js
@@ -36,7 +36,7 @@ SVG.Gradient = SVG.invent({
return this.fill()
}
// custom attr to handle transform
- , attr: function(a, b, c) {console.log('hallo')
+ , attr: function(a, b, c) {
if(a == 'transform') a = 'gradientTransform'
return SVG.Container.prototype.attr.call(this, a, b, c)
}