fix(ui): stroke eraserline

This commit is contained in:
psychedelicious
2024-08-20 12:21:26 +10:00
parent 7ccb1c5938
commit 2127ee9a09

View File

@@ -41,6 +41,7 @@ export class CanvasEraserLineRenderer {
name: `${this.type}:line`,
listening: false,
shadowForStrokeEnabled: false,
stroke: 'red', // Eraser lines use compositing, does not matter what color they have
tension: 0.3,
lineCap: 'round',
lineJoin: 'round',