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 b34200e..0414d72 100644
--- a/src/gradient.js
+++ b/src/gradient.js
@@ -60,7 +60,7 @@ SVG.extend(SVG.Gradient, {
//
SVG.extend(SVG.Defs, {
- /* define clippath */
+ /* define gradient */
gradient: function(type, block) {
var element = this.put(new SVG.Gradient(type));