]> source.dussan.org Git - svg.js.git/commitdiff
Correct words 947/head
authoridready <you_sombo@hotmail.fr>
Sun, 30 Dec 2018 17:21:11 +0000 (18:21 +0100)
committerGitHub <noreply@github.com>
Sun, 30 Dec 2018 17:21:11 +0000 (18:21 +0100)
CHANGELOG.md

index ad3da1b4f6a3460c0eb03b749c506dd520e795f9..0ad260bca7f454af539d7ec067f54995f5289bf2 100644 (file)
@@ -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()`