fix getClientRect for container. close #85

This commit is contained in:
lavrton
2015-06-19 23:17:02 +07:00
parent 74221f396b
commit e21ea5daa2
3 changed files with 29 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Not released][Not released]
### Fixed
- Correct calculation in `getClientRect` method of `Konva.Line.
- Correct calculation in `getClientRect` method of `Konva.Line` and `Konva.Container`.
### Changed
- Dragging now works much better. If your pointer is out of stage content dragging will still continue.