openpencil/tests/engine/editor
sadkodev d1284cd01b
fix(editor): guard setOpacity against non-finite values
Add Number.isFinite guard to editor.setOpacity so NaN, Infinity, and
-Infinity are rejected silently instead of corrupting node opacity.
Tighten opacityFromBuffer to use Number.isFinite for the same reason.
Add 3 unit tests covering NaN, Infinity, and -Infinity rejection.
2026-07-17 15:34:00 -04:00
..
clipboard test(layout): place auto-layout reflow cases by domain 2026-07-02 10:16:08 +03:00
components feat(editor): add component property controls 2026-07-17 21:59:49 +03:00
selection refactor(kiwi): remove redundant core shims 2026-06-30 10:50:30 +03:00
structure fix(editor): relayout after component sync 2026-07-02 10:35:10 +03:00
undo fix(vue): import export types from scene graph package 2026-06-30 11:18:19 +03:00
effects-and-resize.test.ts chore(lint): enforce test complexity limits 2026-05-06 14:18:29 +03:00
graph-events.test.ts fix(editor): separate preview updates from graph mutations 2026-06-30 10:28:02 +03:00
nudge.test.ts style: tighten import grouping 2026-05-06 02:22:08 +03:00
opacity.test.ts fix(editor): guard setOpacity against non-finite values 2026-07-17 15:34:00 -04:00
preview-events.test.ts fix(editor): separate preview updates from graph mutations 2026-06-30 10:28:02 +03:00
text-auto-resize.test.ts fix(text): preserve Figma auto-size text imports 2026-07-02 17:30:15 +03:00
variable-bindings-undo.test.ts fix(scene-graph): deep-copy cloned nodes and validate bindings 2026-06-10 17:10:25 +03:00