docs: update CHANGELOG for #19, for #21

This commit is contained in:
Zeno Zeng 2022-08-03 23:38:37 +08:00 committed by GitHub
parent 6bbbbc0bb5
commit 6a910dadea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,10 @@
## CHANGELOG
### v2.5.0
- fix: ellipse translate and rotate problem ([Chris Waters](https://github.com/k1w1)) https://github.com/zenozeng/svgcanvas/pull/19
- fix: scale lineWidth ([Chris Waters](https://github.com/k1w1)) https://github.com/zenozeng/svgcanvas/pull/21
### v2.4.0
- fix: rendering of arcTo when a scale is applied ([Chris Waters](https://github.com/k1w1)) [#17](https://github.com/zenozeng/svgcanvas/pull/17)