feat(ui): up line tension to 0.3

This commit is contained in:
psychedelicious 2024-08-06 18:41:40 +10:00
parent 3f33e5f770
commit 0bf48c0d41
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ export class CanvasBrushLineRenderer {
listening: false,
shadowForStrokeEnabled: false,
strokeWidth,
tension: 0,
tension: 0.3,
lineCap: 'round',
lineJoin: 'round',
globalCompositeOperation: 'source-over',

View File

@ -45,7 +45,7 @@ export class CanvasEraserLineRenderer {
listening: false,
shadowForStrokeEnabled: false,
strokeWidth,
tension: 0,
tension: 0.3,
lineCap: 'round',
lineJoin: 'round',
globalCompositeOperation: 'destination-out',