openpencil/tests
sadkodev a5cffcc1ed
fix(editor): reject partially numeric opacity buffers
Add /^\d+$/ guard to opacityFromBuffer so strings like '12x', '5abc',
or '3.5' return 100% instead of silently parsing the numeric prefix.
Add unit tests for partial, decimal, scientific, negative, and
whitespace-prefixed buffers.
2026-07-17 15:34:00 -04:00
..
e2e feat(editor): add paint blend mode controls 2026-07-17 22:10:27 +03:00
engine fix(editor): reject partially numeric opacity buffers 2026-07-17 15:34:00 -04:00
figma style: tighten import grouping 2026-05-06 02:22:08 +03:00
fixtures fix(text): verify visible international font rendering 2026-07-17 16:19:18 +03:00
helpers feat(app): migrate paint effect and export panels 2026-07-14 17:06:28 +03:00