test(hatch): drop stale vp_scissor field from export test

HatchModel lost the field when viewport clipping moved to the GPU
stencil path; the literal in this test no longer compiled.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Hakan Seven 2026-07-21 09:28:07 +03:00
commit c1a697ad62

View file

@ -247,7 +247,6 @@ fn app_created_hatch_roundtrips_catalog_spacing() {
color: [0.75, 0.75, 0.75, 0.85],
angle_offset: 0.0,
scale: 1.0,
vp_scissor: None,
draw_depth: 0.0,
};
scene.add_hatch(model);
@ -297,7 +296,6 @@ fn nested_hatch_serializes_only_outer_as_external() {
color: [0.45, 0.45, 0.45, 0.60],
angle_offset: 0.0,
scale: 1.0,
vp_scissor: None,
draw_depth: 0.0,
};