diff options
author | wout <wout@impinc.co.uk> | 2013-07-17 10:41:37 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-07-17 10:41:37 +0100 |
commit | 66271de459c2bf0f371fd3ff715da9e3bcda1eac (patch) | |
tree | b93712c4caa85e82f1ca05d7bdcd3f1bc49810dd | |
parent | 13762cb41c3b3d8ca40f9f951374188838510af2 (diff) | |
download | svg.js-66271de459c2bf0f371fd3ff715da9e3bcda1eac.tar.gz svg.js-66271de459c2bf0f371fd3ff715da9e3bcda1eac.zip |
Updated README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |