summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-08-29 12:48:26 +0200
committerwout <wout@impinc.co.uk>2014-08-29 12:48:26 +0200
commit6011ff5fbb08611adca41a4866027d5c3efebfaa (patch)
tree5f716f38a5313f16ff1c3773e91a4b6695b41520 /README.md
parentdd4be62e397e4db78444881eed32865f98e52582 (diff)
downloadsvg.js-6011ff5fbb08611adca41a4866027d5c3efebfaa.tar.gz
svg.js-6011ff5fbb08611adca41a4866027d5c3efebfaa.zip
Updated README
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 63d463d..0a279fc 100755
--- a/README.md
+++ b/README.md
@@ -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)