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
-`npx playwright test tests/playwright/tools/WorkspaceManagerV2.spec.mjs --grep "Object Vector Studio V2 (layout shell|preview coordinates)"`: 2 passed after correcting the pointer-event test probe.
7
+
-`npx playwright test tests/playwright/tools/WorkspaceManagerV2.spec.mjs --grep "Object Vector Studio V2 (layout shell|preview coordinates)"`: 2 passed.
8
8
-`npm run test:workspace-v2`: 46 passed.
9
9
-`git diff --check`: passed with the existing LF-to-CRLF working-copy warning for `tests/playwright/tools/WorkspaceManagerV2.spec.mjs`.
-Zoom display remains logical viewport zoom and is not multiplied by `GRID_STEP`.
14
+
- Object Preview visuals remained unchanged: grid step `10`, viewBox `-640 -440 1280 880` at internal 25%, and Asteroids ship drawn points `0,-180`, `140,160`, `0,80`, `-140,160`.
15
+
-Internal zoom `0.1` displayed as `Zoom 100%`.
16
+
-Internal zoom `0.095` displayed as `Zoom 95%`.
17
+
-Zoom buttons continued changing the internal zoom/viewBox the same way: one zoom out from reset displayed `Zoom 900%`, one zoom in back to reset displayed `Zoom 1000%`, and internal 25% displayed `Zoom 250%`.
18
+
-Pointer and origin coordinate normalization from PR_26133_005 remains intact.
19
19
20
20
## Contract Checks
21
21
22
-
-`const GRID_STEP = 10;` remains unchanged.
23
-
- Object rendering scale was not changed.
24
-
- Grid rendering was not changed.
25
-
- Canvas sizing was not changed.
22
+
- Visual rendering was not changed.
23
+
- Canvas size was not changed.
24
+
- Grid size was not changed.
25
+
- Object drawing scale was not changed.
26
+
- Pointer/origin coordinate normalization was not changed.
0 commit comments