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 Sprite Creator center canvas selected-color rendering and added a 50% zoom option. The center grid now uses color-specific painted-cell selectors with enough specificity to override the generic painted fallback, so Pencil, Fill, and Shape tools display the selected palette color instead of defaulting visually to the fallback color. The Playwright coverage now compares the center cell computed color with the right preview canvas pixel color to prove both surfaces use the same selected-color page-session state.
14
+
15
+
## Branch Validation
16
+
17
+
PASS
18
+
19
+
- Built from `PR_26179_CHARLIE_038-sprites-grid-dimension-fix`.
20
+
- Scope stayed limited to selected color rendering, 50% zoom, and regression coverage.
21
+
- No DB/API/schema changes.
22
+
- No 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 - Center canvas drawing color follows selected palette color.
29
+
30
+
PASS - Pencil applies selected color to center grid.
31
+
32
+
PASS - Fill applies selected color to center grid.
33
+
34
+
PASS - Shape tools apply selected color to center grid.
35
+
36
+
PASS - Center grid, right preview, frame data, animation preview, and exports use the same selected-color pixel state.
37
+
38
+
PASS - Painted pixels do not default to white unless that is the selected palette color.
39
+
40
+
PASS - 50% zoom option added.
41
+
42
+
PASS - Existing 100%, 200%, and 400% zoom options retained.
43
+
44
+
PASS - Zoom does not change grid dimensions or pixel state.
45
+
46
+
PASS - Export path still works.
47
+
48
+
PASS - No DB/API/schema changes.
49
+
50
+
PASS - No browser-owned authoritative product data.
0 commit comments