fix corner radous for Label shape

This commit is contained in:
Anton Lavrenov
2015-12-23 14:16:03 +07:00
parent eda967c07e
commit 3616d38d85
4 changed files with 14 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- correct `Konva.Arrow` drawing. Now it works better.
- Better support for dragging when mouse out of stage
- Better corner radius for `Label` shape
### Added
- event delegation. You can use it in this way: `layer.on('click', 'Circle', handler);`