Files
BadNote/linux/flutter/generated_plugin_registrant.cc
Akiba So 0c40a456e8
All checks were successful
CI / Windows build (push) Successful in 8m33s
fix(canvas): persist strokes, pressure, slider
Strokes vanished on pen-up: StaticInkPainter aliased the same mutable
list so shouldRepaint saw no change. Commit/erase now replace the list.
Finger-drawing toggle wins over palm-rejection; pressure surfaces even
when the pen reports no min/max range; pages recenter after a flip; the
keyboard page-jump (unreliable on Windows) is now a drag slider. Also
register the dynamic_color plugin in generated registrants.
2026-06-21 22:33:18 +08:00

1.2 KiB