diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-12-12 00:52:26 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-12-12 00:52:26 +0100 |
commit | 7f5996c844067925e099a8004e941bfb5034d6d8 (patch) | |
tree | 7ebb22c7f928a3c05987fdccefca61b84521c656 /README.md | |
parent | be3d3e8209635226f71f2e6e8ec5b0775279f53b (diff) | |
download | svg.js-7f5996c844067925e099a8004e941bfb5034d6d8.tar.gz svg.js-7f5996c844067925e099a8004e941bfb5034d6d8.zip |
updated changelog, fixed typo in doc and removed semicolon
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1886,7 +1886,7 @@ This will return an instance of `SVG.RBox` containing the following values: - `x2` (lower right `x` of the bounding box) - `y2` (lower right `y` of the bounding box) -__Important__: Mozilla browsers include stroke widths where other browsers do not. Therefore the resulting box might be different in Mozulla browsers. It is very hard to modify this behavior so for the time being this is an inconvenience we have to live with. +__Important__: Mozilla browsers include stroke widths where other browsers do not. Therefore the resulting box might be different in Mozilla browsers. It is very hard to modify this behavior so for the time being this is an inconvenience we have to live with. __`returns`: `SVG.RBox`__ |