Fix correct rendering of Konva.Label when heigh of text is changed

This commit is contained in:
Anton Lavrenov
2020-11-25 10:19:40 -05:00
parent e90442ab1c
commit ceae701fd8
5 changed files with 57 additions and 48 deletions

View File

@@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
* Fix correct rendering of `Konva.Label` when heigh of text is changed
## 7.2.0
* New property `fillAfterStrokeEnabled` for `Konva.Shape`. See API docs for more information.