diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-12-30 22:42:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-30 22:42:39 +0100 |
commit | f5eff8745af43fcfcc2e837d89d549cb66220d99 (patch) | |
tree | f4a8dc87d8321c3e0c1af52c1ab27ac1d890154c | |
parent | f2eb24610bb607b92d786dc77857871302cea49a (diff) | |
parent | 5d1ccf7b8ee64b769701c719402816ae2016af1c (diff) | |
download | svg.js-f5eff8745af43fcfcc2e837d89d549cb66220d99.tar.gz svg.js-f5eff8745af43fcfcc2e837d89d549cb66220d99.zip |
Merge pull request #947 from idready/master
Correct words
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3da1b..0ad260b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ==== ## [3.0.5] - 2018-12-12 - - fixed `parser` which didnt have all reqired css rules and not focusable=false + - fixed `parser` which didnt have all required css rules and not focusable=false - group `x(), y(), width(), height(), dx(), dy()` now correctly change the bbox of the group by moving/resizing all children - - fixed timeline which fired `finished` to early + - fixed timeline which fired `finished` too early - fixed `Animator.frame()`. The passed callback gets the current time now (same as RAF) - allow `loop(true)` which is the same as `loop()` |