mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37:59 +08:00
fix typo
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
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) {
|
||||
|
Reference in New Issue
Block a user