mirror of
https://github.com/konvajs/konva.git
synced 2026-01-09 11:34:38 +08:00
fix transformer
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
ctx.beginPath();
|
||||
ctx.rect(0, 0, this.width(), this.height());
|
||||
ctx.moveTo(this.width() / 2, 0);
|
||||
ctx.lineTo(this.width() / 2, -this.rotateHandlerOffset());
|
||||
ctx.lineTo(this.width() / 2, -this.getParent().rotateHandlerOffset());
|
||||
ctx.fillStrokeShape(this);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user