fix getClientRect calculation for Line. close #83

This commit is contained in:
lavrton
2015-06-19 07:46:58 +07:00
parent c2d9b1d436
commit fcef571dae
3 changed files with 98 additions and 60 deletions

View File

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