diff options
author | wout <wout@impinc.co.uk> | 2014-08-29 12:48:26 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-08-29 12:48:26 +0200 |
commit | 6011ff5fbb08611adca41a4866027d5c3efebfaa (patch) | |
tree | 5f716f38a5313f16ff1c3773e91a4b6695b41520 /README.md | |
parent | dd4be62e397e4db78444881eed32865f98e52582 (diff) | |
download | svg.js-6011ff5fbb08611adca41a4866027d5c3efebfaa.tar.gz svg.js-6011ff5fbb08611adca41a4866027d5c3efebfaa.zip |
Updated README
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1582,12 +1582,12 @@ path.bbox() This will return an instance of `SVG.BBox` containing the following values: -- `width` (value from native getBBox) -- `height` (value from native getBBox) +- `width` (value from native `getBBox`) +- `height` (value from native `getBBox`) - `w` (shorthand for `width`) - `h` (shorthand for `height`) -- `x` (value from native getBBox) -- `y` (value from native getBBox) +- `x` (value from native `getBBox`) +- `y` (value from native `getBBox`) - `cx` (center `x` of the bounding box) - `cy` (center `y` of the bounding box) - `x2` (lower right `x` of the bounding box) |