mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 13:26:07 +08:00
build
This commit is contained in:
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
Reference in New Issue
Block a user