diff options
author | wout <wout@impinc.co.uk> | 2012-12-20 22:34:56 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-20 22:34:56 +0100 |
commit | f28a50eeb8a4c93512f65be5c8034d4d3d4fce82 (patch) | |
tree | 6ca1c5fe06e3e33e04892b7e30cb2df385c1a5da | |
parent | 071b2f2c8618c09e4944a4c9ac40853e9b6a7d13 (diff) | |
download | svg.js-f28a50eeb8a4c93512f65be5c8034d4d3d4fce82.tar.gz svg.js-f28a50eeb8a4c93512f65be5c8034d4d3d4fce82.zip |
Updated readme
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -111,6 +111,10 @@ text.font({ leading: 1.5 }); ``` +Changing text afterwards is also possible with the 'text()' method: +```javascript +text.text('Brilliant!'); +``` ### Image element |