fix toObject for extended attrs. close #86

This commit is contained in:
lavrton
2015-08-28 11:36:38 +07:00
parent 1872fd68da
commit ff6a2bf0cc
3 changed files with 15 additions and 0 deletions

View File

@@ -9,6 +9,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
### Changed
- Dragging now works much better. If your pointer is out of stage content dragging will still continue.