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
- The generated report lists `tests/playwright/tools/WorkspaceManagerV2.spec.mjs` as changed JS not collected by browser runtime coverage.
12
12
13
13
## Validation Context
14
14
15
15
- Main command: `npm run test:workspace-v2`.
16
16
- Result: 48 passed.
17
17
- Focused Object Vector Studio V2 layout, preview coordinate, geometry-layout, mouse-editing, animation-state, and asset-authoring scenarios passed as part of the workspace-v2 run.
18
-
- Coverage includes the runtime paths for compact Object Details geometry rendering, selected-shape summary cleanup, selected palette swatch styling, and Triangle tool display labeling.
18
+
- Coverage includes the runtime paths for the scoped Nerd Font icon mapping, static icon decoration, dynamic tile icon decoration, and existing icon button behavior checks.
-`npm run test:workspace-v2 -- --grep "shows Object Vector Studio V2 layout shell"`: 48 passed.
7
8
-`npm run test:workspace-v2`: 48 passed.
8
9
-`git diff --check`: passed with LF-to-CRLF working-copy warnings for touched files.
9
10
10
11
## Targeted Object Vector Studio V2 Verification
11
12
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.
13
+
- Confirmed Object Vector Studio V2 registers `@font-face` for `0xProto Nerd Font` from `src/shared/font/0xProtoNerdFont/0xProtoNerdFontMono-Regular.ttf`.
14
+
- Confirmed static and dynamic Object Vector Studio V2 icon targets render glyphs with `0xProto Nerd Font` through the scoped icon mapping.
0 commit comments