diff options
author | wout <wout@impinc.co.uk> | 2013-05-28 21:16:31 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-05-28 21:16:31 +0100 |
commit | 13a9d3be70047bfb7284651735216f11c7a24965 (patch) | |
tree | cd9d512604ec575cb47b61973bd552b0dd80e2df | |
parent | 6b1740abb72a113a35b499acf15a96945876122f (diff) | |
download | svg.js-13a9d3be70047bfb7284651735216f11c7a24965.tar.gz svg.js-13a9d3be70047bfb7284651735216f11c7a24965.zip |
Updated README0.17
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -476,7 +476,7 @@ This will return an instance of `SVG.BBox` containing the following values: As opposed to the native `getBBox()` method any translations used with the `transform()` method will be taken into account. -The `SVG.BBox` has one other nify little feature, enter the `merge()` method. With `merge()` two `SVG.BBox` instances can be merged into one new instance, basically being the bounding box of the two original bounding boxes: +The `SVG.BBox` has one other nifty little feature, enter the `merge()` method. With `merge()` two `SVG.BBox` instances can be merged into one new instance, basically being the bounding box of the two original bounding boxes: ```javascript var box1 = draw.rect(100,100).move(50,50) |