Delete the vestigial region domain, reverting to naive logic for mesh region fill determination (#4463)

This commit is contained in:
Keavon Chambers
2026-09-15 22:36:59 +02:00
committed by Dennis Kobert
parent 9bfbc20d87
commit d5bb1396ec
12 changed files with 38 additions and 293 deletions

View File

@@ -1865,7 +1865,6 @@ fn render_vector_item_vello<S: LaneSource<Element = Vector>>(
}
};
// Branching vectors without regions (e.g. mesh grids) need face-by-face fill rendering.
let use_face_fill = element.use_face_fill();
let do_fill = |scene: &mut Scene, context: &mut RenderContext| {
if use_face_fill {