mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): stroke eraserline
This commit is contained in:
parent
04f56aab82
commit
d76509e5cb
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user