|
1 | | -# PR_26133_016 Workspace V2 Results |
| 1 | +# PR_26133_017 Workspace V2 Results |
2 | 2 |
|
3 | 3 | ## Command Results |
4 | 4 |
|
5 | 5 | - `node --check tools/object-vector-studio-v2/js/ToolStarterApp.js`: passed. |
6 | 6 | - `node --check tests/playwright/tools/WorkspaceManagerV2.spec.mjs`: passed. |
7 | | -- `npm run test:workspace-v2`: 47 passed. |
| 7 | +- `npm run test:workspace-v2`: 48 passed. |
8 | 8 | - `git diff --check`: passed with LF-to-CRLF working-copy warnings for touched files. |
9 | 9 |
|
10 | 10 | ## Targeted Object Vector Studio V2 Verification |
11 | 11 |
|
12 | | -- Confirmed object tile Delete renders as a textless X icon button at the far right of each object tile. |
13 | | -- Confirmed object tile actions are stacked compactly in order: Show/Hide, Lock, Delete. |
14 | | -- Confirmed object tile action buttons use the reduced 26px control size. |
15 | | -- Confirmed Delete is disabled while the object is runtime-locked, while existing Show/Hide and Lock behavior remains intact. |
16 | | -- Confirmed tile Delete removes only the targeted object tile; the Shield Pickup tile delete removed `object.asteroids.shield-pickup` while preserving `object.asteroids.object-1`. |
| 12 | +- Confirmed Object Details no longer renders the `Fill Color` summary row/value. |
| 13 | +- Confirmed Rectangle, Circle, Ellipse, Line, Arc, and Text Geometry controls use compact reduced spacing. |
| 14 | +- Confirmed requested geometry input rows render on the same line: rectangle `x/y` and `width/height`, circle `cx/cy` and inline `r`, ellipse `cx/cy` and `rx/ry`, line `x1/y1` and `x2/y2`, arc `cx/cy`, and text `x/y` plus inline `fontSize` and `text` fields. |
| 15 | +- Confirmed the selected palette swatch renders with a visible selected state, outline, shadow, and check mark. |
| 16 | +- Confirmed Triangle tool creation displays `Triangle Geometry`, not `Polygon Geometry`, while preserving schema-valid polygon storage. |
17 | 17 | - Confirmed workspace-v2 Object Vector Studio V2 scenarios reported no console/page errors. |
18 | 18 |
|
19 | 19 | ## Scope Checks |
|
0 commit comments