fix regular polygin size calculations. close #1015

This commit is contained in:
Anton Lavrenov
2020-11-17 14:08:43 -05:00
parent cc5a3eb220
commit 0e2a09ba46
4 changed files with 151 additions and 1335 deletions

View File

@@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
* Fix `Konva.RegularPolygon` size calculations.
## 7.1.8
* Fix incorrect rendering of `TextPath` in some cases. (again)