aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9488fea..e6ee3ab 100644
--- a/README.md
+++ b/README.md
@@ -248,7 +248,7 @@ SVG.extend(SVG.Doc, {
var children = this.children();
for (var i = 0, l = children.length; i < l; i++) {
- this.fill({ color: 'pink' });
+ children[i].fill({ color: 'pink' });
};
return this;