aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-07-17 10:41:37 +0100
committerwout <wout@impinc.co.uk>2013-07-17 10:41:37 +0100
commit66271de459c2bf0f371fd3ff715da9e3bcda1eac (patch)
treeb93712c4caa85e82f1ca05d7bdcd3f1bc49810dd
parent13762cb41c3b3d8ca40f9f951374188838510af2 (diff)
downloadsvg.js-66271de459c2bf0f371fd3ff715da9e3bcda1eac.tar.gz
svg.js-66271de459c2bf0f371fd3ff715da9e3bcda1eac.zip
Updated README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 64630c9..1e765f0 100644
--- a/README.md
+++ b/README.md
@@ -871,7 +871,7 @@ Move element to the back:
rect.back()
```
-Note that `back()` will move the element to position 1, not 0, because the `<defs>` node is already located at position 0.
+Note that `back()` will move the element to position 0.
Move element one step forward: