]> source.dussan.org Git - svg.js.git/commitdiff
Typo in gradient readme
authorwout <wout@impinc.co.uk>
Sat, 22 Dec 2012 11:55:59 +0000 (12:55 +0100)
committerwout <wout@impinc.co.uk>
Sat, 22 Dec 2012 11:55:59 +0000 (12:55 +0100)
README.md

index f08e0a1783d6cd10f915bf9b468d4a00f741edbd..933f24f74acee660cc0368637c5217bea1ef1dbc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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._