diff options
author | wout <wout@impinc.co.uk> | 2014-06-17 20:40:01 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-06-17 20:40:01 +0200 |
commit | 9bebbf7eb4e7cc85375bbc6868696f24dbe46a16 (patch) | |
tree | ba28107f71be1f5ad70cf34b7567547ee7615585 /README.md | |
parent | c1342e78f52c38f138ce550502cf27ef385cfc4a (diff) | |
download | svg.js-9bebbf7eb4e7cc85375bbc6868696f24dbe46a16.tar.gz svg.js-9bebbf7eb4e7cc85375bbc6868696f24dbe46a16.zip |
Updated README
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2410,10 +2410,10 @@ path.reference('marker-end') ``` ### ref() -By default the `refX` and `refY` attributes of a marker are set to respectively half the `width` nd `height` values. To define the refX and refY of a marker differently: +By default the `refX` and `refY` attributes of a marker are set to respectively half the `width` nd `height` values. To define the `refX` and `refY` of a marker differently: ```javascript -marker.ref(5, 5) +marker.ref(2, 7) ``` ### update() |