mirror of
https://github.com/konvajs/konva.git
synced 2025-09-23 12:43:42 +08:00
fixed logic in Text that was accessing padding attr directly without using the getter
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
|
||||
context.beginPath();
|
||||
context.moveTo(0,0);
|
||||
|
||||
|
||||
if (pointerDirection === UP) {
|
||||
context.lineTo((width - pointerWidth)/2, 0);
|
||||
context.lineTo(width/2, -1 * pointerHeight);
|
||||
|
Reference in New Issue
Block a user