docs: note tip-velocity physics is wired at capture
All checks were successful
CI / Windows build (push) Successful in 18m10s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-06 16:01:53 +08:00
parent f31dd0fb52
commit ad9b1b46db

View File

@@ -4,8 +4,7 @@
// ink feels slightly thinner when moving fast (starvation), while ballpoint // ink feels slightly thinner when moving fast (starvation), while ballpoint
// stays nearly velocity-invariant. // stays nearly velocity-invariant.
// //
// TODO(pen-physics-wire): wired at capture in PenCanvas._toNormalized via // Wired at capture: PenCanvas._toNormalized and PenEditorScreen._pressureWithPhysics.
// tip velocity × pressure. PDF editor path still uses brush gamma only.
import 'brush.dart'; import 'brush.dart';