Drop the superseded rank promotion executor tests and cover brush stroke lists

This commit is contained in:
Dennis Kobert
2026-09-08 15:09:41 +00:00
parent db9b587f41
commit 8555e6fb79
2 changed files with 1 additions and 817 deletions

View File

@@ -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(_) => {}
}
}
}