mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): up line tension to 0.3
This commit is contained in:
parent
5a98d7a1f6
commit
f9f9ec3688
@ -46,7 +46,7 @@ export class CanvasBrushLineRenderer {
|
||||
listening: false,
|
||||
shadowForStrokeEnabled: false,
|
||||
strokeWidth,
|
||||
tension: 0,
|
||||
tension: 0.3,
|
||||
lineCap: 'round',
|
||||
lineJoin: 'round',
|
||||
globalCompositeOperation: 'source-over',
|
||||
|
@ -45,7 +45,7 @@ export class CanvasEraserLineRenderer {
|
||||
listening: false,
|
||||
shadowForStrokeEnabled: false,
|
||||
strokeWidth,
|
||||
tension: 0,
|
||||
tension: 0.3,
|
||||
lineCap: 'round',
|
||||
lineJoin: 'round',
|
||||
globalCompositeOperation: 'destination-out',
|
||||
|
Loading…
Reference in New Issue
Block a user