Skip to main content

draw_interconnects

Function draw_interconnects 

Source
pub(crate) fn draw_interconnects(
    svg: &mut SvgWriter,
    placed_sections: &[PlacedSection<'_>],
    interconnects: &[InterconnectRender],
) -> CuResult<Point>