pub fn lookup_timeline_root_viewport_override(
diagram_id: &str,
) -> Option<(&'static str, &'static str)> {
match diagram_id {
"timeline_stress_common_long_unbroken_words" => {
Some(("9.6796875 -61 1466.890625 594.3999938964844", "1466.89"))
}
"timeline_stress_acctitle_accdescr_and_title" => {
Some(("-5 -61 895 594.3999938964844", "895"))
}
"timeline_stress_accdescr_block_multiline" => Some(("-5 -61 895 687.4000244140625", "895")),
"timeline_stress_disable_multicolor_and_width" => {
Some(("10 -61 721.59375 740.2000122070312", "721.594"))
}
"timeline_stress_events_with_entities_and_ampersands" => {
Some(("100 -61 1005.640625 705", "1005.64"))
}
"timeline_stress_markdown_links_and_br" => {
Some(("100 -61 1230.375 780.3999633789062", "1230.38"))
}
"timeline_stress_inline_hashes_and_semicolons" => {
Some(("-5 -61 967.921875 740.2000122070312", "967.922"))
}
"timeline_stress_font_size_precedence" => {
Some(("-5 -77 1228.375 530.3999938964844", "1228.38"))
}
"timeline_stress_many_events_single_period" => {
Some(("-105 -61 795 1421.199951171875", "795"))
}
"timeline_stress_unicode_cjk_and_emoji" => Some(("95 -61 995 631.5999755859375", "995")),
"timeline_stress_period_labels_with_colons_entities" => {
Some(("100 -61 1390 594.3999938964844", "1390"))
}
"timeline_stress_width_large_and_long_labels" => {
Some(("-5 -61 895 664.7999877929688", "895"))
}
"timeline_stress_very_long_unbroken_word" => {
Some(("-107.984375 -61 1515.8046875 594.3999938964844", "1515.8"))
}
"upstream_long_word_wrap" => Some(("9.6796875 0 960.9609375 533.3999938964844", "960.961")),
"upstream_cypress_timeline_spec_11_should_render_timeline_with_many_stacked_events_and_proper_ti_011" => {
Some(("100 -61 1390 1109.5999755859375", "1390"))
}
"upstream_cypress_timeline_spec_12_should_render_timeline_with_proper_vertical_line_lengths_for_012" => {
Some(("100 -57 2190 879.4000244140625", "2190"))
}
"upstream_html_demos_timeline_medical_device_lifecycle_timeline_002" => {
Some(("100 -61 1990 1046.800048828125", "1990"))
}
"upstream_pkgtests_diagram_orchestration_spec_046" => Some(("100 50 400 100", "400")),
_ => None,
}
}