aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.js
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-22 12:53:11 +0100
committerwout <wout@impinc.co.uk>2012-12-22 12:53:11 +0100
commit41c12fb60b9ba2afbdaca5a445a7af59d2bccd5a (patch)
tree5bf794377901410fa0a061a99038a865974fffea /src/image.js
parent740392ee6c756b1d794fa60cb991e70ca4bbb558 (diff)
downloadsvg.js-41c12fb60b9ba2afbdaca5a445a7af59d2bccd5a.tar.gz
svg.js-41c12fb60b9ba2afbdaca5a445a7af59d2bccd5a.zip
Added gradient
Diffstat (limited to 'src/image.js')
-rw-r--r--src/image.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.js b/src/image.js
index 03fa1b1..b6e16ef 100644
--- a/src/image.js
+++ b/src/image.js
@@ -6,7 +6,7 @@ SVG.Image = function Image() {
// inherit from SVG.Element
SVG.Image.prototype = new SVG.Shape();
-// Add image-specific functions
+// add image-specific functions
SVG.extend(SVG.Image, {
// (re)load image