diff options
author | wout <wout@impinc.co.uk> | 2012-12-22 15:34:56 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-22 15:34:56 +0100 |
commit | ffcc6f4f962652742f1424c6ce9b83d397693853 (patch) | |
tree | 3fd1f1161b35784015427ecd9a7baed867f80b4e /README.md | |
parent | 431fdc6cc864f60a1ed70e61872c66941a33c2ac (diff) | |
download | svg.js-ffcc6f4f962652742f1424c6ce9b83d397693853.tar.gz svg.js-ffcc6f4f962652742f1424c6ce9b83d397693853.zip |
Updated readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ var image = draw.image('/path/to/image.jpg').move(100, 100).size(200, 200); ### Path +Pass the path string as the first argument: ```javascript var path = draw.path('M10,20L30,40').attr({ fill: '#9dffd3' }); ``` |