diff options
author | albert-github <albert.tests@gmail.com> | 2023-04-15 11:45:54 +0200 |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2023-04-15 11:45:54 +0200 |
commit | a5268a8aab187a4d98190833923f0a80610007f8 (patch) | |
tree | 2ea83d5d5bed92ae90b518f1ca539a9f9e049716 /CHANGELOG.md | |
parent | 770ca58d58bcb48a52367e9a340ab06c0053f1d5 (diff) | |
download | svg.js-a5268a8aab187a4d98190833923f0a80610007f8.tar.gz svg.js-a5268a8aab187a4d98190833923f0a80610007f8.zip |
Spelling corrections
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 905a177..9b88c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - fixed `replace()` which works without a parent now, too - fixed `defs()` which correctly returns `null` when called on a detached node that is not a root node - fixed `reference()` which correctly returns `null` instead of throwing when specifying an attribute which holds a number - - fixed `flatten()` which correctly flattens now but doesnt accept parameters anymore (makes no sense) + - fixed `flatten()` which correctly flattens now but doesn't accept parameters anymore (makes no sense) - fixed `ungroup()` which now inserts the elements at the correct position in the correct order and has position as second argument now - fixed `position` for `transform()` to also allow a position of 0 - fixed `bbox()` of `PathArray` and `PointArray` which returns an instance of `Box` now @@ -51,7 +51,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - fixed animate when=after to be really "now" when no runner is on the timeline - fixed animate attr which is also retargetable now - fixed internals of ObjectBag which can hold other Morphable values now - - fixed animate transform which didnt change its origin on retarget for declaritive animations + - fixed animate transform which didnt change its origin on retarget for declarative animations - fixed path parsing (#1145) - fixed `clone()` to return the correct instance (#1154) |