pub fn create_comparison_visualization(
trees_data: &[TreeData],
filename: &str,
width: u32,
height: u32,
) -> StringExpand description
Create a side-by-side comparison SVG of multiple clock trees.
trees_data — list of trees to render; laid out in a grid (up to 2 columns).