This commit is contained in:
Anton Lavrenov 2015-12-23 14:19:08 +07:00
parent 6608abbbc3
commit c79fcd377e
2 changed files with 2 additions and 2 deletions

View File

@ -15767,7 +15767,7 @@ var Konva = {};
pointerDirection = this.getPointerDirection(),
pointerWidth = this.getPointerWidth(),
pointerHeight = this.getPointerHeight(),
cornerRadius = Math.min(this.getCornerRadius, width / 2, height / 2);
cornerRadius = Math.min(this.getCornerRadius(), width / 2, height / 2);
context.beginPath();
if (!cornerRadius) {

2
konva.min.js vendored

File diff suppressed because one or more lines are too long