fn text_element(row: &TextRow, font: &Font, color: Color, angle: Angle) -> BlobExpand description
One row as a <text> at its pen, turned about it by angle. Written by
hand because the svg crate breaks an element’s content onto lines of
its own, which xml:space="preserve" would set as spaces.