rect calculation fixes for Path, sprite start fixes. close #465

This commit is contained in:
Anton Lavrenov
2018-10-01 14:42:56 +03:00
parent 15b9d66b20
commit ac12c32ca0
7 changed files with 121 additions and 12 deletions

View File

@@ -11,8 +11,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
* `getClientRect` for complex paths fixes
* `getClientRect` calculation fix for groups
* Update of `Konva.Transformer` on `rotateEnabled` change
* Update `Konva.Transformer` on `rotateEnabled` change
* Fix click stage event on dragend
* Fix some Transformer cursor behavior