fix(ui): stroke eraserline

This commit is contained in:
psychedelicious 2024-08-20 12:21:26 +10:00
parent 04f56aab82
commit d76509e5cb

View File

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