diff options
author | wout <wout@impinc.co.uk> | 2014-01-29 22:57:24 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-01-29 22:57:24 +0100 |
commit | f6fc66659d0fc391442f58e8c82f965b38995725 (patch) | |
tree | 0da8f846db455d7b67ce2d9cabd257d8e605d93e /src/svg.js | |
parent | 0a165763e99d3fd5625f130a83e7117c007a2f7e (diff) | |
download | svg.js-f6fc66659d0fc391442f58e8c82f965b38995725.tar.gz svg.js-f6fc66659d0fc391442f58e8c82f965b38995725.zip |
Shortened arc objects in PathArray
Diffstat (limited to 'src/svg.js')
-rwxr-xr-x | src/svg.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ // Use the `SVG()` function to create a SVG document within a given html element. The first argument can either be an id of the element or the selected element itself. // -// var draw = SVG('paper').size(300, 300) +// var draw = SVG('drawing').size(300, 300) // var rect = draw.rect(100, 100).attr({ fill: '#f06' }) |