fix cache bug

This commit is contained in:
lavrton
2015-09-19 23:11:01 +07:00
parent 9fcb6b4ae8
commit 1f9ce30d81
6 changed files with 45 additions and 13 deletions

View File

@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Correct calculation in `getClientRect` method of `Konva.Line` and `Konva.Container`.
- Correct `toObject()` behaviour for node with attrs with extended native prototypes
- Fixed bug for caching where buffer canvas is required
### Changed
- Dragging now works much better. If your pointer is out of stage content dragging will still continue.