diff options
author | wout <wout@impinc.co.uk> | 2012-12-22 12:55:59 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-22 12:55:59 +0100 |
commit | d760f9d679556d5317904bb852cc47c4777dfaa0 (patch) | |
tree | e7d0f795ff82096dfc121f1f7966dd51ef39f082 | |
parent | 41c12fb60b9ba2afbdaca5a445a7af59d2bccd5a (diff) | |
download | svg.js-d760f9d679556d5317904bb852cc47c4777dfaa0.tar.gz svg.js-d760f9d679556d5317904bb852cc47c4777dfaa0.zip |
Typo in gradient readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -294,7 +294,7 @@ draw.gradient('radial', function(stop) { s3 = stop.at({ offset: 100, color: '#066', opacity: 1 }); }); -stop1.update({ offset: 10, color: '#0f0', opacity: 1 }); +s1.update({ offset: 10, color: '#0f0', opacity: 1 }); ``` _This functionality requires the gradient.js module which is included in the default distribution._ |