From 98a4f5003167166e9949cba1bd659fe885445ffb Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Sun, 6 Jul 2025 19:35:11 +0200 Subject: [PATCH] Lower handwriting stroke width --- src/handwriting/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handwriting/mod.rs b/src/handwriting/mod.rs index cf822e5..aa76915 100644 --- a/src/handwriting/mod.rs +++ b/src/handwriting/mod.rs @@ -707,7 +707,7 @@ impl HandwritingStyle { } HandwritingStyle { - stroke: Stroke::new(1.6, stroke_color), + stroke: Stroke::new(1.0, stroke_color), bg_color, bg_line_stroke: Stroke::new(0.5, line_color), animate: true,