diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-02-24 16:26:15 +0100 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-02-24 16:26:15 +0100 |
commit | 0a0bb10bc3c8edf6c42b61bd03084925d7f63b7b (patch) | |
tree | edc13b2abf7cca6b72f3fee51986fd1f8e9ff8da /CHANGELOG.md | |
parent | 82da55b56eb2d663db9a5dd6ecfeb79cb7d6f274 (diff) | |
download | svg.js-0a0bb10bc3c8edf6c42b61bd03084925d7f63b7b.tar.gz svg.js-0a0bb10bc3c8edf6c42b61bd03084925d7f63b7b.zip |
slim down the SVG.TBox to SVG.RBox mapping (new SVG.TBox will not work)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 72436d9..25b828f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,13 +42,11 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - allow `plot` to be called with 4 parameters when animating an `SVG.Line` - relative value for `SVG.Number` are now calculated in its `morph` method (related #547) - clean up the implementation of the `initAnimation` method of the FX module (#547, #552, #584) +- deprecated `.tbox()`. `.tbox()` now map to `.rbox()`. If you are using `.tbox()`, you can substitute it with `.rbox()` (#594, #602) ### Fixed - fixed a bug in the plain morphing part of `SVG.MorphObj` that is in the FX module -### Removed -- removed `.tbox()`. If you were using `.tbox()`, you can substitute it with `.rbox()` (#594, #602) - ==== |