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
-Simple/bounded Object Vector Studio V2 tools use click -> live preview -> click commit for line, rectangle, square, circle, ellipse, arc, text, and triangle.
16
-
- Polygon and Polyline keep multi-point click behavior and still finish through Enter/double-click completion paths.
17
-
-Drawing preview remains visible after first click and mouse move; Escape does not cancel Object Vector Studio V2 drawing.
18
-
-Committed shapes capture active Stroke color, Stroke opacity, and Stroke Width consistently from drawing start through commit.
19
-
-Newly committed shapes keep transparent fill unless Paint is applied later.
20
-
-Snap Grid, Snap Point, and Snap None behaviors remain covered during drawing flows.
15
+
-Polygon drawing shows a cursor-following "Double-click / Enter to complete" hint with pointer-events disabled.
16
+
- Polygon and Polyline keep existing multi-point completion behavior.
17
+
-Stroke width 20 drawing previews use proportional dash spacing instead of the small default dash pattern.
18
+
-Completed wide-stroke shapes render solid and immediately keep the active Stroke Width.
19
+
-Text placement preview renders readable text instead of a wide stroked blob.
20
+
-Committed text keeps transparent fill plus active stroke color, opacity, and width under current style rules.
await expect(page.locator("#objectVectorStudioV2RenderSurface .object-vector-studio-v2__drawing-hint")).toHaveText("Double-click / Enter to complete");
0 commit comments