feat(ui): up line tension to 0.3

This commit is contained in:
psychedelicious 2024-08-06 18:41:40 +10:00
parent 5a98d7a1f6
commit f9f9ec3688
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',