mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 03:18:06 +08:00
Drop the superseded rank promotion executor tests and cover brush stroke lists
This commit is contained in:
@@ -421,7 +421,7 @@ fn flatten_vector_run_into<'a>(out: &mut List<Vector>, level: GraphicLevel<'a>,
|
||||
push_rows(out, text_rows(&one, composed));
|
||||
}
|
||||
// Brush strokes have no vector outline; a brush node renders them to rasters
|
||||
Graphic::Stroke(_) => {}
|
||||
Graphic::Stroke(_) | Graphic::StrokeList(_) => {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user