mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-04 22:34:59 -05:00
fix(ui): stroke eraserline
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user