You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the Sprite Creator center-canvas and right-preview sync path so both render from the same page-session editor state. The center grid is repainted from `editorState.paintedPixels` whenever draft status/preview refreshes, and picker/zoom paths also trigger a repaint even though they do not mutate pixels.
14
+
15
+
## Branch Validation
16
+
17
+
PASS
18
+
19
+
- Built from `PR_26179_CHARLIE_032-sprites-shape-tools`.
20
+
- Scope stayed limited to canvas/preview synchronization and regression coverage.
21
+
- No DB/API/schema changes.
22
+
- No persistence or browser-owned authoritative product data added.
23
+
- No start_of_day files changed.
24
+
- ZIP package created at the requested path.
25
+
26
+
## Requirement Checklist
27
+
28
+
PASS - Right preview updates from page-session editor state.
29
+
30
+
PASS - Center editor canvas updates from the same page-session editor state.
31
+
32
+
PASS - Drawing repaints center canvas immediately.
33
+
34
+
PASS - Erase repaints center canvas immediately.
35
+
36
+
PASS - Fill repaints center canvas immediately.
37
+
38
+
PASS - Clear repaints center canvas immediately.
39
+
40
+
PASS - Undo repaints center canvas immediately.
41
+
42
+
PASS - Redo repaints center canvas immediately.
43
+
44
+
PASS - Picker repaints center canvas and preview without mutating pixels.
45
+
46
+
PASS - Zoom repaints center canvas and preview without mutating pixels.
47
+
48
+
PASS - Shape tools repaint center canvas immediately.
49
+
50
+
PASS - Playwright regression coverage added for center canvas and preview sync.
0 commit comments