mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-17 07:18:04 +08:00
Delete the vestigial region domain, reverting to naive logic for mesh region fill determination (#4463)
This commit is contained in:
committed by
Dennis Kobert
parent
9bfbc20d87
commit
d5bb1396ec
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user