diff options
author | wout <wout@impinc.co.uk> | 2014-06-17 20:47:50 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-06-17 20:47:50 +0200 |
commit | 19c92a5d1f00789528dca1456f4a110153a8437a (patch) | |
tree | a4326e5ac24336c35856a8b4b2cbd24ffadd8388 /README.md | |
parent | 9bebbf7eb4e7cc85375bbc6868696f24dbe46a16 (diff) | |
download | svg.js-19c92a5d1f00789528dca1456f4a110153a8437a.tar.gz svg.js-19c92a5d1f00789528dca1456f4a110153a8437a.zip |
Updated README
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -918,7 +918,7 @@ In cases where an element is linked to another element through an attribute, the ```javascript use.reference('href') //-> returns used element instance // or -rect.reference('fill') //-> returns gradient instance +rect.reference('fill') //-> returns gradient or pattern instance for example // or circle.reference('clip-path') //-> returns clip instance ``` |