pub fn render_level(
theme: &Theme,
layout: &dyn TextLayout,
indexed: IndexedDocument<'_>,
path: &BlockPath,
presentation: &mut Presentation,
) -> RenderedLevelExpand description
render_svg, keeping what the render learned about the diagram’s extent
and the blocks in it.