From ad9b1b46dbc5528933e754464b60adeb9b905aec Mon Sep 17 00:00:00 2001 From: Akiba So Date: Thu, 6 Aug 2026 16:01:53 +0800 Subject: [PATCH] docs: note tip-velocity physics is wired at capture Co-authored-by: Cursor --- lib/editor/engine/pen_physics.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/editor/engine/pen_physics.dart b/lib/editor/engine/pen_physics.dart index 962159f..6d09e4d 100644 --- a/lib/editor/engine/pen_physics.dart +++ b/lib/editor/engine/pen_physics.dart @@ -4,8 +4,7 @@ // ink feels slightly thinner when moving fast (starvation), while ballpoint // stays nearly velocity-invariant. // -// TODO(pen-physics-wire): wired at capture in PenCanvas._toNormalized via -// tip velocity × pressure. PDF editor path still uses brush gamma only. +// Wired at capture: PenCanvas._toNormalized and PenEditorScreen._pressureWithPhysics. import 'brush.dart';