diff options
author | wout <wout@impinc.co.uk> | 2013-01-06 16:03:33 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-01-06 16:03:33 +0100 |
commit | 50e1e48708d86ac0392348190f36d6c0c557a1d6 (patch) | |
tree | e848b79ff78fe34cb27075591beaf33cc7ae0fc6 /src/gradient.js | |
parent | 5ff480264d9a62a77dde9568c8a5576b23b0298e (diff) | |
download | svg.js-50e1e48708d86ac0392348190f36d6c0c557a1d6.tar.gz svg.js-50e1e48708d86ac0392348190f36d6c0c557a1d6.zip |
Added patterns
Diffstat (limited to 'src/gradient.js')
-rw-r--r-- | src/gradient.js | 2 |
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)); |