mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
build
This commit is contained in:
parent
6608abbbc3
commit
c79fcd377e
2
konva.js
2
konva.js
@ -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
2
konva.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user