diff --git a/Cargo.lock b/Cargo.lock index 0a9068fe559a..c36e1abc38de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2866,7 +2866,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" dependencies = [ - "libloading 0.7.4", + "libloading 0.8.5", ] [[package]] @@ -2902,7 +2902,7 @@ checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53" [[package]] name = "ecolor" version = "0.31.1" -source = "git+https://github.com/emilk/egui.git?branch=main#f0abce9bb8591466ce01f741eced5b271d3a4dc1" +source = "git+https://github.com/emilk/egui.git?branch=main#54fded362dfc82f0ea188a110fc950d9adbb2f13" dependencies = [ "bytemuck", "color-hex", @@ -2919,7 +2919,7 @@ checksum = "18aade80d5e09429040243ce1143ddc08a92d7a22820ac512610410a4dd5214f" [[package]] name = "eframe" version = "0.31.1" -source = "git+https://github.com/emilk/egui.git?branch=main#f0abce9bb8591466ce01f741eced5b271d3a4dc1" +source = "git+https://github.com/emilk/egui.git?branch=main#54fded362dfc82f0ea188a110fc950d9adbb2f13" dependencies = [ "ahash", "bytemuck", @@ -2959,7 +2959,7 @@ dependencies = [ [[package]] name = "egui" version = "0.31.1" -source = "git+https://github.com/emilk/egui.git?branch=main#f0abce9bb8591466ce01f741eced5b271d3a4dc1" +source = "git+https://github.com/emilk/egui.git?branch=main#54fded362dfc82f0ea188a110fc950d9adbb2f13" dependencies = [ "accesskit", "ahash", @@ -2972,13 +2972,14 @@ dependencies = [ "profiling", "ron", "serde", + "smallvec", "unicode-segmentation", ] [[package]] name = "egui-wgpu" version = "0.31.1" -source = "git+https://github.com/emilk/egui.git?branch=main#f0abce9bb8591466ce01f741eced5b271d3a4dc1" +source = "git+https://github.com/emilk/egui.git?branch=main#54fded362dfc82f0ea188a110fc950d9adbb2f13" dependencies = [ "ahash", "bytemuck", @@ -2997,7 +2998,7 @@ dependencies = [ [[package]] name = "egui-winit" version = "0.31.1" -source = "git+https://github.com/emilk/egui.git?branch=main#f0abce9bb8591466ce01f741eced5b271d3a4dc1" +source = "git+https://github.com/emilk/egui.git?branch=main#54fded362dfc82f0ea188a110fc950d9adbb2f13" dependencies = [ "accesskit_winit", "ahash", @@ -3061,7 +3062,7 @@ dependencies = [ [[package]] name = "egui_extras" version = "0.31.1" -source = "git+https://github.com/emilk/egui.git?branch=main#f0abce9bb8591466ce01f741eced5b271d3a4dc1" +source = "git+https://github.com/emilk/egui.git?branch=main#54fded362dfc82f0ea188a110fc950d9adbb2f13" dependencies = [ "ahash", "egui", @@ -3078,7 +3079,7 @@ dependencies = [ [[package]] name = "egui_glow" version = "0.31.1" -source = "git+https://github.com/emilk/egui.git?branch=main#f0abce9bb8591466ce01f741eced5b271d3a4dc1" +source = "git+https://github.com/emilk/egui.git?branch=main#54fded362dfc82f0ea188a110fc950d9adbb2f13" dependencies = [ "ahash", "bytemuck", @@ -3095,7 +3096,7 @@ dependencies = [ [[package]] name = "egui_kittest" version = "0.31.1" -source = "git+https://github.com/emilk/egui.git?branch=main#f0abce9bb8591466ce01f741eced5b271d3a4dc1" +source = "git+https://github.com/emilk/egui.git?branch=main#54fded362dfc82f0ea188a110fc950d9adbb2f13" dependencies = [ "dify", "eframe", @@ -3166,7 +3167,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "emath" version = "0.31.1" -source = "git+https://github.com/emilk/egui.git?branch=main#f0abce9bb8591466ce01f741eced5b271d3a4dc1" +source = "git+https://github.com/emilk/egui.git?branch=main#54fded362dfc82f0ea188a110fc950d9adbb2f13" dependencies = [ "bytemuck", "serde", @@ -3283,7 +3284,7 @@ dependencies = [ [[package]] name = "epaint" version = "0.31.1" -source = "git+https://github.com/emilk/egui.git?branch=main#f0abce9bb8591466ce01f741eced5b271d3a4dc1" +source = "git+https://github.com/emilk/egui.git?branch=main#54fded362dfc82f0ea188a110fc950d9adbb2f13" dependencies = [ "ab_glyph", "ahash", @@ -3302,7 +3303,7 @@ dependencies = [ [[package]] name = "epaint_default_fonts" version = "0.31.1" -source = "git+https://github.com/emilk/egui.git?branch=main#f0abce9bb8591466ce01f741eced5b271d3a4dc1" +source = "git+https://github.com/emilk/egui.git?branch=main#54fded362dfc82f0ea188a110fc950d9adbb2f13" [[package]] name = "equivalent" @@ -4744,7 +4745,7 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" [[package]] name = "kittest" version = "0.1.0" -source = "git+https://github.com/rerun-io/kittest?branch=main#679f9ade828021295c5f86f38275d9271d001004" +source = "git+https://github.com/rerun-io/kittest?branch=main#32af4e7449824cfe97ffe590066b7ab23a196bc4" dependencies = [ "accesskit", "accesskit_consumer", diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/basic_blueprint_panel.png b/crates/viewer/re_blueprint_tree/tests/snapshots/basic_blueprint_panel.png index 568fcdfaad0c..77c4a900c9d1 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/basic_blueprint_panel.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/basic_blueprint_panel.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9926b19e4b7c63713c8bdc3b23fd1585aa63d55ef1f024a718905a16adebf297 -size 19844 +oid sha256:0b444c0059ef63bfda7c3af16c3c3def7305180ccb3f879e8051ca75debfb85a +size 19830 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/blueprint_panel_filter_active_above_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/blueprint_panel_filter_active_above_origin.png index 14352bc3c83e..305452dda221 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/blueprint_panel_filter_active_above_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/blueprint_panel_filter_active_above_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92326949c45e034fcdeaba38ab3d0097823ea0bebe3b5f344fe4b559a0c097e5 -size 23630 +oid sha256:b7b026218e2702280c4e26fe4ee20f404185b91115b187af34c25c012eef7041 +size 23614 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/blueprint_panel_filter_active_inside_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/blueprint_panel_filter_active_inside_origin.png index aea0f0a19da3..6b647c5d2a73 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/blueprint_panel_filter_active_inside_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/blueprint_panel_filter_active_inside_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:047d2d30243d968cb4f992904588e3c1f52960572ed883153aad0afdecd06e21 -size 16649 +oid sha256:b232fb9e18230c87ea61f2560ed446e0dd154ef7c909344c77f54744f10e5205 +size 16633 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/blueprint_panel_filter_active_outside_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/blueprint_panel_filter_active_outside_origin.png index 3ef55e4e2ccb..c870323cf637 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/blueprint_panel_filter_active_outside_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/blueprint_panel_filter_active_outside_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7168e0646a40bbe28857d590f128f4632b57d37ed6315669b13b881aece8b025 -size 21775 +oid sha256:b772dd15d4b094481e4c26bf7870ccf736215d41c31509ba148dded68367bfa4 +size 21760 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/collapse_all_blueprint_panel.png b/crates/viewer/re_blueprint_tree/tests/snapshots/collapse_all_blueprint_panel.png index 324487b7a8b0..fad844061685 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/collapse_all_blueprint_panel.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/collapse_all_blueprint_panel.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a4ce798ab05f14eb5d23aa5779ec97f21cf849d90238cb2d66486386cbcbc38 -size 14293 +oid sha256:31fb979a30365bf3061ceedcf39ec3844fe080d5edbb664d9fecbb1694a0cb42 +size 14280 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/expand_all_blueprint_panel.png b/crates/viewer/re_blueprint_tree/tests/snapshots/expand_all_blueprint_panel.png index 8e024001441d..108d5952f7a9 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/expand_all_blueprint_panel.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/expand_all_blueprint_panel.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c97417fc23b59e82d5b4d7baa0c07b368c9f8a59b07a1a825cd796667e3e5a0f -size 24772 +oid sha256:b5c2079f053e8e5277f12801c657b46b79ec9277fc7836e1b4be4500b8aa6679 +size 24758 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/range_selection_in_blueprint_tree.png b/crates/viewer/re_blueprint_tree/tests/snapshots/range_selection_in_blueprint_tree.png index fec4b55cc08d..b2672e7f1fb5 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/range_selection_in_blueprint_tree.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/range_selection_in_blueprint_tree.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ea6686461f9a0776463698a198b8d5d01f4e9b76b97f7b001a16ea07d9b89bc -size 31914 +oid sha256:cf1c4e6192114e7e62d7b0f3f168d4c787adb32c0e07664faa84d3fc70ba78bf +size 31900 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/empty.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/empty.png index 5c8534561494..878bf02aa5b7 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/empty.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/empty.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85c4799eb2dbdf048639d24251d039e1239bcf451ac0211e59194c8c2028c36c -size 15362 +oid sha256:761c12b2875fb4d3c0ba7c1d1aba44863d1529aa92b700fd7d2b1787a7d3ce91 +size 15349 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/multiple_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/multiple_proj.png index 02073fe29121..4e54fc229448 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/multiple_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/multiple_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e079e907d42935ba68f53cf7e1f7c1102014f1ad25cac12ba6fffb5cbf8b0d0 -size 21945 +oid sha256:284600eba8f2aa5abe1e8d7c25acdd76e508606b39eee0b02d765d8d96ec706d +size 21931 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/non_root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/non_root_origin.png index 0685d2e6fa15..d26892fe8bca 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/non_root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/non_root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:949e6261debd802f479217ab5b76e5a75971c76bb6631d6f420fb06993695990 -size 19929 +oid sha256:e448827d2ff7ab2786f3773bcfeb75fd2aab4f9aa59d43ef068fc944468ed579 +size 19916 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/proj_with_placeholder.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/proj_with_placeholder.png index c37550f62f70..0484b1ca8142 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/proj_with_placeholder.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/proj_with_placeholder.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c533c4ad27cf6f4fb7cc1668b9adee7374457941a0b21b31b094aa80be7c138 -size 31441 +oid sha256:0e40ee9249a8ab049c9f8f0baa0f3b9bae6b62849f72e686fba16acc2c1e36cc +size 31427 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/root_origin.png index ca36d8bc8639..d4fd5e471ba1 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c65eb69f08be0fd5ee35356caad9da198a13eaa6e55610469d8bb3e17abe680f -size 26417 +oid sha256:b664848c7d18ff4b844457d1112d2b13af6e98b10cc1f87caddc88b7dab8705d +size 26403 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/single_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/single_proj.png index b25f0e9c4761..ae95e9ca7b7e 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/single_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/single_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bbef73269ab47ae14eea5e93853008c3dedbd8e47b46f6a20f357ecc2ed503b0 -size 23500 +oid sha256:4cfe572eb178aff0d2b115f3b8869249154ada7f475994e30456d187a4a2d648 +size 23486 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/unknown_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/unknown_origin.png index 4f23a9684c8d..144155ee074e 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/unknown_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/no-query/unknown_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d2de5f0a806571be6422620ee57c63f168ba499710e97b974375843945275d9 -size 17023 +oid sha256:a2daa28b15bd8514e641841d94e6f05654271864cc276a44f9a8ebf95ef3819b +size 17009 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/empty.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/empty.png index c7fc0ec98301..dc7c41ba818a 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/empty.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/empty.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:793de28ae787a32fe6d0f6b5d903e19ccb7153a8fbfd168e101fa0bb6ba9d41e -size 14380 +oid sha256:b43435a84e1f7d2e1bee40682aa7828057e5ba2635da9d7d3295f9b7feeeb931 +size 14363 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/multiple_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/multiple_proj.png index 8fa9a92cc985..ad2e9d7fcdc1 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/multiple_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/multiple_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c74e503335108b6e69675a20b445dd4028db6d611d277da5ac76badad6097f24 -size 20963 +oid sha256:1d99aa5997bb2571beef6dc96bec7422783d0cc59d293116dc69d9e48a8717ee +size 20946 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/non_root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/non_root_origin.png index c911931c53fb..9d965a3dd7dc 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/non_root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/non_root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85b9592491eb127f5c3650adbfd7fbe117db5d1e6ece8e7e3102ec1abd6aefa4 -size 18947 +oid sha256:c2e67e57a2760ecee05def5a9379178e8d0278751be3f8df590c8650f076b530 +size 18930 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/proj_with_placeholder.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/proj_with_placeholder.png index c34d46084c7b..c04827f64852 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/proj_with_placeholder.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/proj_with_placeholder.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4bd33571b552f0b780084bd987c46afc6c43233036e2ad66bba871bc7c59492a -size 30459 +oid sha256:89514b350b17baa6966bbb67ee2688cfdc2c5e0f436ea1db6cee36ff951b23f7 +size 30442 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/root_origin.png index d5d286ce4305..787ad866573d 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64cfae61e96b563196056d7c3daec73e0c76f155a1c12908ac89f64a58699c23 -size 25434 +oid sha256:fa7b468a2c8be1d0b4fdca89079d0a202bc62dbb1b62cfa45008447a1680a8ec +size 25418 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/single_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/single_proj.png index 359ee8d8504f..20ff0bb3a47d 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/single_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/single_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6f4940347b487c537b6f549f4a456f486bb960940e49762ebcfd42cbc4ae807 -size 22517 +oid sha256:7e831c7c2cff28fe706e76b4591bca585f05c0852117e5dfc11e5aa3d145a526 +size 22501 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/unknown_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/unknown_origin.png index ae9c3b762279..7b914977ce3e 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/unknown_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-/unknown_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6acefebc940d550886012fbbf5e85eecba3d3bbde9b34ed0c81981b9b66390bc -size 16040 +oid sha256:d5e0c585046c0cbd6befb152a4df004a185c07407654204ce21fe35bf47e0ae3 +size 16024 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/empty.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/empty.png index 55f3dd2d3ef6..b2e99f9a5c34 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/empty.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/empty.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:690b8cda6a43eb8097fed7fc01a1cfbecfd4f9761564bb8089a1f6c68224f316 -size 11265 +oid sha256:b93a7bbb19260c14b070987465c12b2ce801d0cccf15891df00c05f3f1d826cf +size 11248 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/multiple_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/multiple_proj.png index 55f3dd2d3ef6..b2e99f9a5c34 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/multiple_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/multiple_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:690b8cda6a43eb8097fed7fc01a1cfbecfd4f9761564bb8089a1f6c68224f316 -size 11265 +oid sha256:b93a7bbb19260c14b070987465c12b2ce801d0cccf15891df00c05f3f1d826cf +size 11248 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/non_root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/non_root_origin.png index 55f3dd2d3ef6..b2e99f9a5c34 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/non_root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/non_root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:690b8cda6a43eb8097fed7fc01a1cfbecfd4f9761564bb8089a1f6c68224f316 -size 11265 +oid sha256:b93a7bbb19260c14b070987465c12b2ce801d0cccf15891df00c05f3f1d826cf +size 11248 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/proj_with_placeholder.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/proj_with_placeholder.png index 55f3dd2d3ef6..b2e99f9a5c34 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/proj_with_placeholder.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/proj_with_placeholder.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:690b8cda6a43eb8097fed7fc01a1cfbecfd4f9761564bb8089a1f6c68224f316 -size 11265 +oid sha256:b93a7bbb19260c14b070987465c12b2ce801d0cccf15891df00c05f3f1d826cf +size 11248 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/root_origin.png index cac49209bae2..bfd9fc728f8c 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d9a997fbf5083f4c552b0119af496178597a60b6dc97145c63c1dfcf91e09d9 -size 19375 +oid sha256:68c38b5821574fe306b02db06be8ef5be2b3aabd189dd390c6d5abfc10b9d909 +size 19358 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/single_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/single_proj.png index 55f3dd2d3ef6..b2e99f9a5c34 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/single_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/single_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:690b8cda6a43eb8097fed7fc01a1cfbecfd4f9761564bb8089a1f6c68224f316 -size 11265 +oid sha256:b93a7bbb19260c14b070987465c12b2ce801d0cccf15891df00c05f3f1d826cf +size 11248 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/unknown_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/unknown_origin.png index 55f3dd2d3ef6..b2e99f9a5c34 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/unknown_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to,_rig/unknown_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:690b8cda6a43eb8097fed7fc01a1cfbecfd4f9761564bb8089a1f6c68224f316 -size 11265 +oid sha256:b93a7bbb19260c14b070987465c12b2ce801d0cccf15891df00c05f3f1d826cf +size 11248 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/empty.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/empty.png index 9075ee160798..0464ff717765 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/empty.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/empty.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25e55dea4f2cfc93afdb699f6945e2e52a07a904e8fd6b002e58b22851868c57 -size 11080 +oid sha256:1d9934c4d144fdc18a9dbd597f45b7b58f01338f9836945763a3eeb3b7a34c06 +size 11063 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/multiple_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/multiple_proj.png index 9075ee160798..0464ff717765 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/multiple_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/multiple_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25e55dea4f2cfc93afdb699f6945e2e52a07a904e8fd6b002e58b22851868c57 -size 11080 +oid sha256:1d9934c4d144fdc18a9dbd597f45b7b58f01338f9836945763a3eeb3b7a34c06 +size 11063 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/non_root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/non_root_origin.png index 9075ee160798..0464ff717765 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/non_root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/non_root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25e55dea4f2cfc93afdb699f6945e2e52a07a904e8fd6b002e58b22851868c57 -size 11080 +oid sha256:1d9934c4d144fdc18a9dbd597f45b7b58f01338f9836945763a3eeb3b7a34c06 +size 11063 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/proj_with_placeholder.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/proj_with_placeholder.png index 9075ee160798..0464ff717765 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/proj_with_placeholder.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/proj_with_placeholder.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25e55dea4f2cfc93afdb699f6945e2e52a07a904e8fd6b002e58b22851868c57 -size 11080 +oid sha256:1d9934c4d144fdc18a9dbd597f45b7b58f01338f9836945763a3eeb3b7a34c06 +size 11063 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/root_origin.png index 6007d655f627..ba522ff9a59f 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5a2719c822f2e28578ca320813eb167a7eb93441d51e5ffd143c49185bb878e -size 20000 +oid sha256:3ef9a73da93dc4cba177939d4fb08cc04b235c106fee19177dfeca54d2516228 +size 19984 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/single_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/single_proj.png index 9075ee160798..0464ff717765 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/single_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/single_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25e55dea4f2cfc93afdb699f6945e2e52a07a904e8fd6b002e58b22851868c57 -size 11080 +oid sha256:1d9934c4d144fdc18a9dbd597f45b7b58f01338f9836945763a3eeb3b7a34c06 +size 11063 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/unknown_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/unknown_origin.png index 9075ee160798..0464ff717765 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/unknown_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_path_to_th/unknown_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25e55dea4f2cfc93afdb699f6945e2e52a07a904e8fd6b002e58b22851868c57 -size 11080 +oid sha256:1d9934c4d144fdc18a9dbd597f45b7b58f01338f9836945763a3eeb3b7a34c06 +size 11063 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/empty.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/empty.png index 65796b8a450b..6d9417a21676 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/empty.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/empty.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83d7d726b557ce005c483d454a6ce077a2f237367fd929fc2fa0490624012859 -size 10640 +oid sha256:9f32ab693802f63a39c22e24b10a587a0babde70ea72bd56edbf33709b99bb8b +size 10625 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/multiple_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/multiple_proj.png index 65796b8a450b..6d9417a21676 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/multiple_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/multiple_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83d7d726b557ce005c483d454a6ce077a2f237367fd929fc2fa0490624012859 -size 10640 +oid sha256:9f32ab693802f63a39c22e24b10a587a0babde70ea72bd56edbf33709b99bb8b +size 10625 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/non_root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/non_root_origin.png index 99a539a51f41..fe813a81fc8f 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/non_root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/non_root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1e78ddee7c9f7cabbc50d40958c90f374bc461fb18426e37518258ed4a5ab22 -size 18388 +oid sha256:6a7bdeacf4858dbf67739720b04b24216c3a932e4398b97e82b734f625ee5cb2 +size 18372 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/proj_with_placeholder.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/proj_with_placeholder.png index 99a539a51f41..fe813a81fc8f 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/proj_with_placeholder.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/proj_with_placeholder.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1e78ddee7c9f7cabbc50d40958c90f374bc461fb18426e37518258ed4a5ab22 -size 18388 +oid sha256:6a7bdeacf4858dbf67739720b04b24216c3a932e4398b97e82b734f625ee5cb2 +size 18372 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/root_origin.png index 5e843e0604c2..31ac59afd078 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7507ec0630c0ffa018461ae3fd6a62efef7d90ef3e60ae94ca177b763f8659b5 -size 19561 +oid sha256:87399027e41e3e9bbe93ef50e9e73da8bd1b0b0989d7cadf77e775e90eff963e +size 19546 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/single_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/single_proj.png index 5846ea2d0c25..e1453d063fbd 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/single_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/single_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b641513ef58e1afb0742678fdf4690ee8e4d3329740c87bf0e8ab752a5fa944b -size 20973 +oid sha256:a5782ead3b0588e797bb3f893f211feca563dd0cadc8c9b74ad1a4aa729db4e1 +size 20958 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/unknown_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/unknown_origin.png index 65796b8a450b..6d9417a21676 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/unknown_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-_to_the_/unknown_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83d7d726b557ce005c483d454a6ce077a2f237367fd929fc2fa0490624012859 -size 10640 +oid sha256:9f32ab693802f63a39c22e24b10a587a0babde70ea72bd56edbf33709b99bb8b +size 10625 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/empty.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/empty.png index d1ecc03a5530..2a60e23bf3ca 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/empty.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/empty.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:492a671c3108447d6cc5184fa27a94fc1dd9f9b4ba7645802e15a6a802270117 -size 10302 +oid sha256:d956c704dd8a551b11d7e39f920a6f3d86a780e84f7a1fb29e4b861f508da3f3 +size 10276 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/multiple_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/multiple_proj.png index d1ecc03a5530..2a60e23bf3ca 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/multiple_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/multiple_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:492a671c3108447d6cc5184fa27a94fc1dd9f9b4ba7645802e15a6a802270117 -size 10302 +oid sha256:d956c704dd8a551b11d7e39f920a6f3d86a780e84f7a1fb29e4b861f508da3f3 +size 10276 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/non_root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/non_root_origin.png index d1ecc03a5530..2a60e23bf3ca 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/non_root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/non_root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:492a671c3108447d6cc5184fa27a94fc1dd9f9b4ba7645802e15a6a802270117 -size 10302 +oid sha256:d956c704dd8a551b11d7e39f920a6f3d86a780e84f7a1fb29e4b861f508da3f3 +size 10276 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/proj_with_placeholder.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/proj_with_placeholder.png index d1ecc03a5530..2a60e23bf3ca 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/proj_with_placeholder.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/proj_with_placeholder.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:492a671c3108447d6cc5184fa27a94fc1dd9f9b4ba7645802e15a6a802270117 -size 10302 +oid sha256:d956c704dd8a551b11d7e39f920a6f3d86a780e84f7a1fb29e4b861f508da3f3 +size 10276 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/root_origin.png index d9463947e6bb..1416820de821 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0517682d96b6a5eed2ed4fe53bbbc7fc6db2d9f9ab9a37a11b510731df165499 -size 18248 +oid sha256:09843ded39bbf121bad38be1511ec98ce083c06390b9a5518f11d7a2f97e1c18 +size 18222 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/single_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/single_proj.png index d1ecc03a5530..2a60e23bf3ca 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/single_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/single_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:492a671c3108447d6cc5184fa27a94fc1dd9f9b4ba7645802e15a6a802270117 -size 10302 +oid sha256:d956c704dd8a551b11d7e39f920a6f3d86a780e84f7a1fb29e4b861f508da3f3 +size 10276 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/unknown_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/unknown_origin.png index d1ecc03a5530..2a60e23bf3ca 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/unknown_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,left/unknown_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:492a671c3108447d6cc5184fa27a94fc1dd9f9b4ba7645802e15a6a802270117 -size 10302 +oid sha256:d956c704dd8a551b11d7e39f920a6f3d86a780e84f7a1fb29e4b861f508da3f3 +size 10276 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/empty.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/empty.png index f013e44b48c7..9ac8d8daec1d 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/empty.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/empty.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6176441da68cc0a4326b2af5c9253bf934c6d8126145100ed304860d90437076 -size 9957 +oid sha256:da83d0e7672a0b40c714b70b267849d095a483f8c61d384bd11fe36416cd011f +size 9942 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/multiple_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/multiple_proj.png index f013e44b48c7..9ac8d8daec1d 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/multiple_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/multiple_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6176441da68cc0a4326b2af5c9253bf934c6d8126145100ed304860d90437076 -size 9957 +oid sha256:da83d0e7672a0b40c714b70b267849d095a483f8c61d384bd11fe36416cd011f +size 9942 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/non_root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/non_root_origin.png index f013e44b48c7..9ac8d8daec1d 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/non_root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/non_root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6176441da68cc0a4326b2af5c9253bf934c6d8126145100ed304860d90437076 -size 9957 +oid sha256:da83d0e7672a0b40c714b70b267849d095a483f8c61d384bd11fe36416cd011f +size 9942 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/proj_with_placeholder.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/proj_with_placeholder.png index 0df77c4fda3e..550080921f16 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/proj_with_placeholder.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/proj_with_placeholder.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85bc8149c1ea6ef02572b5d049be7e75b8e3310d31941d51d6ef4e3303d65185 -size 24461 +oid sha256:eab3a504b56c2ee4d972878f5b608f22a06e00830338cb78a5e8deac7ea2171a +size 24446 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/root_origin.png index aacc611b5541..d2c9aeda7ac5 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8eb11cabd3c9f29f7aca035c392a6978cc8525a6de1099b4abaaebe3cb55421b -size 23879 +oid sha256:93ae9d6a107bcf44acd87e0ce8c13cc101eba71633a80fb5c657e5e408dcbaaa +size 23863 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/single_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/single_proj.png index f013e44b48c7..9ac8d8daec1d 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/single_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/single_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6176441da68cc0a4326b2af5c9253bf934c6d8126145100ed304860d90437076 -size 9957 +oid sha256:da83d0e7672a0b40c714b70b267849d095a483f8c61d384bd11fe36416cd011f +size 9942 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/unknown_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/unknown_origin.png index 280ffbcf7b9a..a2caeb632532 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/unknown_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-ath,t/unknown_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e91505dcad5df93efa4360ddcdc5c61000159a057eb1f132d206f44d4083d3f -size 16727 +oid sha256:4e254b372e643ed68bb8afedd5a1e95af419c37d532308a0a861fe5c74e4cdb4 +size 16711 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/empty.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/empty.png index c564654e61c2..297a2c7c47e4 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/empty.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/empty.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a9bbbbfefe90ea1f576605eb1e0035ce54d883546d8d13206332f217c1538b3 -size 10056 +oid sha256:6762ae275c0280ee367cfbab69c31f2f7811e593b230b781c4a81a6f9b8af212 +size 10040 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/multiple_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/multiple_proj.png index c564654e61c2..297a2c7c47e4 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/multiple_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/multiple_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a9bbbbfefe90ea1f576605eb1e0035ce54d883546d8d13206332f217c1538b3 -size 10056 +oid sha256:6762ae275c0280ee367cfbab69c31f2f7811e593b230b781c4a81a6f9b8af212 +size 10040 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/non_root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/non_root_origin.png index c564654e61c2..297a2c7c47e4 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/non_root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/non_root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a9bbbbfefe90ea1f576605eb1e0035ce54d883546d8d13206332f217c1538b3 -size 10056 +oid sha256:6762ae275c0280ee367cfbab69c31f2f7811e593b230b781c4a81a6f9b8af212 +size 10040 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/proj_with_placeholder.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/proj_with_placeholder.png index f15e2f3b9a02..9ed2603ca783 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/proj_with_placeholder.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/proj_with_placeholder.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c6eaff0875138a482ee3aeef01524542e88f6c96af7c0ae7e8460ae2cf1b304 -size 24496 +oid sha256:005618f3cab16ed2b3c11b70a000f50110014aa5993ab32ff0542c054c067688 +size 24480 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/root_origin.png index 35ab1cbc6447..b38828d88774 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e07170c5d44f60d6025a2750cb77ffaf2666fc6414c9fc7176a199f70ef6b8c4 -size 23811 +oid sha256:69ce39a489cbf048e15fb15c1b89fb13ad613f244025f4f6fd686d6c09523c3e +size 23794 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/single_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/single_proj.png index c564654e61c2..297a2c7c47e4 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/single_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/single_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a9bbbbfefe90ea1f576605eb1e0035ce54d883546d8d13206332f217c1538b3 -size 10056 +oid sha256:6762ae275c0280ee367cfbab69c31f2f7811e593b230b781c4a81a6f9b8af212 +size 10040 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/unknown_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/unknown_origin.png index 0002c1a92d5b..7cf186a2b00f 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/unknown_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-path/unknown_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4288c06724ea205e60cb7e84b35458b537bd94ef2f607233eba5838879f99bbe -size 16856 +oid sha256:a6894a93564a6088d7d2a2d1d354e8f3ee288b5a3ce7aecd3c943997083a4a39 +size 16840 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/empty.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/empty.png index ffcfbbbde962..5abd5d2d1a77 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/empty.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/empty.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7219016a7c3c5c512738fd7aef64031795166c7d48142fcdfde1d951cc077e4 -size 9527 +oid sha256:c52ceb8e9a936054140296d5a1eaedb54de63d45e461a678dc83ed4f0f052695 +size 9512 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/multiple_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/multiple_proj.png index 10d8ab566746..08a96dba6d54 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/multiple_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/multiple_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fd04e514fcfaee5affbe7fbfe205b98d748e7425a8b306e1409e0e826e8a9cf -size 20189 +oid sha256:7e0b99f65aff580e6e283a586ce0cfe7a29786889b7a7b024defc86df2401179 +size 20173 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/non_root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/non_root_origin.png index 3791d0fd0594..1a9cb49a20cd 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/non_root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/non_root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efef887198ff98b056361dadd712832766826fef6063bb84f04108e4ff8495e1 -size 19212 +oid sha256:bcff6faf75636b8b309e4d784bc579166b46935242094e3502c44f80cdee5ffd +size 19197 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/proj_with_placeholder.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/proj_with_placeholder.png index 964cf20f4cc9..f6696b3aca2b 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/proj_with_placeholder.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/proj_with_placeholder.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80e5a2969d94c5f25ee3df60e71f05c8f35937c2ec8c18c546f2910a495587d0 -size 30814 +oid sha256:5e1dea5ea1a45186a6e900f2da3b562de806e613554302cea08515c1e9b6b65c +size 30799 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/root_origin.png index 3c804bfcbc44..c985d3769396 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efd991afce331d019c3a8b91169b81b35883d1422d4dbc4532edd321d523cb12 -size 25789 +oid sha256:badb1c14f1ea7d3e9eae93ac64acf618442f30a3d8a251fbee0f3eab46bd22d2 +size 25774 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/single_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/single_proj.png index 9ff1de05d649..1f179b633bb7 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/single_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/single_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:324a9907f75cd6c87625bdcaab533e0ef3e0dcf1a101d528964d4e1267c97084 -size 21798 +oid sha256:07f6c4088f86149703d5deff80a85be595175d650b9dae8e5591c41f2d7ff48c +size 21782 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/unknown_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/unknown_origin.png index 8b562505b677..56cbec26a892 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/unknown_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-t/unknown_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:29b02e5d7322cf012dc7f1643c3b078a9423f6ef01b18c2c63672465a8ba898c -size 16255 +oid sha256:f39dbc3550e3fe55a6b84e669ae6f3351fa5d9d73fae7df9c187c68f3d43f48d +size 16240 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/empty.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/empty.png index 3611d7b48633..f15ea92457ba 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/empty.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/empty.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61de27d8d1b83ac418d80cf980003cb5a271fa03bac48e4e5d600b621d0bb14e -size 10822 +oid sha256:89a01fd838102c38ccaade5f4c46ebf0d8f52e5f90586308fc3c552f9f3ec50a +size 10805 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/multiple_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/multiple_proj.png index 3611d7b48633..f15ea92457ba 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/multiple_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/multiple_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61de27d8d1b83ac418d80cf980003cb5a271fa03bac48e4e5d600b621d0bb14e -size 10822 +oid sha256:89a01fd838102c38ccaade5f4c46ebf0d8f52e5f90586308fc3c552f9f3ec50a +size 10805 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/non_root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/non_root_origin.png index 947c24fab710..2761475d7d7c 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/non_root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/non_root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ccdf859255fa6f1326fac7009ce523b2c339f3722f2ab914644c70e24f10847c -size 18579 +oid sha256:5de7c2372b86dcc99ac02110d2e91a28d4b66c194f9442aacb8f2757d76945cd +size 18562 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/proj_with_placeholder.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/proj_with_placeholder.png index 947c24fab710..2761475d7d7c 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/proj_with_placeholder.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/proj_with_placeholder.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ccdf859255fa6f1326fac7009ce523b2c339f3722f2ab914644c70e24f10847c -size 18579 +oid sha256:5de7c2372b86dcc99ac02110d2e91a28d4b66c194f9442aacb8f2757d76945cd +size 18562 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/root_origin.png index a1a72e652aba..4beb78b838f8 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08a8c69f1692373dc6542d2a3cc25f428ebda6ea85dfef176168133e4d1ede8e -size 19752 +oid sha256:c10f684a1e81bde71be2947662a850f9adea467bf5186f420be719a1c84aa66b +size 19736 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/single_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/single_proj.png index e548cf1d4394..32ccfa7cca05 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/single_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/single_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bbcc5aee6c670292da1e972cfcfa8ac16e7e6eb76f8f2290ec15e465463475fe -size 21164 +oid sha256:1d32ade0ce4b593adfd3de1ca2fd6062c8c0260a172fcadbcc90ba539a699f4c +size 21148 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/unknown_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/unknown_origin.png index 3611d7b48633..f15ea92457ba 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/unknown_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the,oid/unknown_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61de27d8d1b83ac418d80cf980003cb5a271fa03bac48e4e5d600b621d0bb14e -size 10822 +oid sha256:89a01fd838102c38ccaade5f4c46ebf0d8f52e5f90586308fc3c552f9f3ec50a +size 10805 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/empty.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/empty.png index b9065be0bf33..f2d8c801c620 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/empty.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/empty.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f92e93b11437d879c7ef2baf3c0aa16de35deedaed80abe60dcaf4dd8b55746 -size 10322 +oid sha256:aaef5c0a25ad268c99aca3529bbf17eaa75cc71e88ba71b5601fd4d5d9504716 +size 10305 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/multiple_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/multiple_proj.png index b9065be0bf33..f2d8c801c620 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/multiple_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/multiple_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f92e93b11437d879c7ef2baf3c0aa16de35deedaed80abe60dcaf4dd8b55746 -size 10322 +oid sha256:aaef5c0a25ad268c99aca3529bbf17eaa75cc71e88ba71b5601fd4d5d9504716 +size 10305 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/non_root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/non_root_origin.png index cd3fb0dcabb6..cd38faa762e1 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/non_root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/non_root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71b5f0f01f4dc5cf46227c8cb1277f054689b11bf9dfa64fa769ea76aef34ab9 -size 18069 +oid sha256:0f8c71cc31cc2e816de4f107bcf7d97e9c401b772397b9e0c9e3a5e764401a76 +size 18053 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/proj_with_placeholder.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/proj_with_placeholder.png index 99c9d8bcb856..130f799dc873 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/proj_with_placeholder.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/proj_with_placeholder.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e8d9aecfbaf89daef32a6d76a012d454b842bb4b00dd66fedbde1b9a495d2e8 -size 25651 +oid sha256:781a2aa11f6b26af52a6bb63792df2188f0f33841663354e2daf8a1ea2d715ca +size 25635 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/root_origin.png index de8c890b6f68..1fa2605a6e38 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a75119158aa8d204e7f8f636ccaeb1c6f4820f8c047ca295c6213c06d1ef9043 -size 22329 +oid sha256:731c639561facb06ef739c59f2686cf1cbba609f78506d3b73f38027c93c4fcd +size 22312 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/single_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/single_proj.png index f3705640a6aa..64a4a084f1d7 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/single_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/single_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cecc8d934ca39c8cd5ca1ed555e2c10b4b8b7b9398e956bbae9c360f3c14d6c9 -size 20655 +oid sha256:e42fa429b4abeb7be048d1d213b8271d18b7456fc4ef47b410328a7ba9e7e471 +size 20638 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/unknown_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/unknown_origin.png index b9065be0bf33..f2d8c801c620 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/unknown_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-to_the/unknown_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f92e93b11437d879c7ef2baf3c0aa16de35deedaed80abe60dcaf4dd8b55746 -size 10322 +oid sha256:aaef5c0a25ad268c99aca3529bbf17eaa75cc71e88ba71b5601fd4d5d9504716 +size 10305 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/empty.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/empty.png index ae72507ce7bd..653c28d98f13 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/empty.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/empty.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7cd25675e7fed594f0f806c27e88d87d5fcc1c21fb30133253c28aefc8f70992 -size 10045 +oid sha256:19d05f8e1fe23b0fbdbeeb5e27d34b692ab2fd300c1acd1a20022c3679838d40 +size 10036 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/multiple_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/multiple_proj.png index 46a0e630f81c..713bd76fdc21 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/multiple_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/multiple_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d11bb8926408762272b4a5eb6d5919d39214ff754f372e1f5bc13675485f2da6 -size 19667 +oid sha256:3154e39c9ab450c552437b7d96bc93c3e731709c3b01a760e7b7a5ce7bc5476f +size 19658 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/non_root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/non_root_origin.png index c25a0ec81fad..358213d77ea0 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/non_root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/non_root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1a53d1216df598fc86368954b3267b0c2b018e7551f2e93c3a65157c77fe6ab -size 17820 +oid sha256:adf538639967c8fb00b86c595313a087207a7bbdcc2dda279a7257fb80782191 +size 17810 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/proj_with_placeholder.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/proj_with_placeholder.png index c25a0ec81fad..358213d77ea0 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/proj_with_placeholder.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/proj_with_placeholder.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1a53d1216df598fc86368954b3267b0c2b018e7551f2e93c3a65157c77fe6ab -size 17820 +oid sha256:adf538639967c8fb00b86c595313a087207a7bbdcc2dda279a7257fb80782191 +size 17810 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/root_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/root_origin.png index 253bb84b7f1f..4809b2b6f56d 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/root_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/root_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b01dc77eadb85fb78da6b26ac08d04c28a02434702928acd666b60cf1d653dff -size 18993 +oid sha256:e478d899e67a438f40231e31de2605f8082d972ec7c62a8d6d1c3e5e3a8763f2 +size 18984 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/single_proj.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/single_proj.png index e6fcd01e5df0..6a7f13b1aa29 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/single_proj.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/single_proj.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b783ee7116ae8fe985c38b161f69abef0d0a346611f2db521e9d2aba2513566 -size 20405 +oid sha256:0ff82376706798644a7f79c7f5ec7c87191ef041764378ea8f405b950174da96 +size 20396 diff --git a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/unknown_origin.png b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/unknown_origin.png index ae72507ce7bd..653c28d98f13 100644 --- a/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/unknown_origin.png +++ b/crates/viewer/re_blueprint_tree/tests/snapshots/view_structure_test/query-void/unknown_origin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7cd25675e7fed594f0f806c27e88d87d5fcc1c21fb30133253c28aefc8f70992 -size 10045 +oid sha256:19d05f8e1fe23b0fbdbeeb5e27d34b692ab2fd300c1acd1a20022c3679838d40 +size 10036 diff --git a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/BarChart.png b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/BarChart.png index 6add5bfd2c0c..686c70a1d72f 100644 --- a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/BarChart.png +++ b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/BarChart.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f51fead0aa9b7377f9973c23fb8ea7617089235926d3140b8052611ba45a1c0 -size 12197 +oid sha256:4026c1664dff540b3c3e83ae2e95b96a85f5bccecf2f9d56f8d7a651ae71d5ad +size 12169 diff --git a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/Graph.png b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/Graph.png index 9f617edab4d3..bf3433292a81 100644 --- a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/Graph.png +++ b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/Graph.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f2da47c33c574f48f9d9a0b13956c7d3fac804bef563bc1a145c66401e4ef58 -size 25409 +oid sha256:a553e5fc3bd11681cc6bd8f55e2b8e9f97f8c3bfc5e05231fbc9f6011c07553a +size 25324 diff --git a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/Map.png b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/Map.png index 1be8dce83354..97eb5a84214b 100644 --- a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/Map.png +++ b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/Map.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b100445f9b9f943798fff0edbd64a0f1da7e38d4e484eb0aa153238f610379e -size 15778 +oid sha256:6a2281978a25ab83cb0039a2b5de913e358090d06e632b34cc629a3b9e16f150 +size 15759 diff --git a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/TimeSeries.png b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/TimeSeries.png index c262dd953ea3..20d606452bec 100644 --- a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/TimeSeries.png +++ b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Dark/TimeSeries.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5eb3cb3510fe7ed325aad594d0d5ddf4ba16e34062c8589b8bd4ff799d07dba -size 23317 +oid sha256:051b4770ec94f60910530e0e498a7928a293d2f5a3b279ca6d6191e9ec19c090 +size 23285 diff --git a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/BarChart.png b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/BarChart.png index 7c7a1a256bdb..a5850841d661 100644 --- a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/BarChart.png +++ b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/BarChart.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09308724b9467546fbbafc5477efb15fc6bc614fda4474bcc01d7c1497b18985 -size 12219 +oid sha256:13ab8abf34c8404b9622643d3a02f6eebdab26c77e34924c205bca17710d1f62 +size 12183 diff --git a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/Graph.png b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/Graph.png index b1585c1e5fcb..a11331999c79 100644 --- a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/Graph.png +++ b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/Graph.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a808812be7bcff53a37e9d8f9aefb154a5cbf026408c026d8a4b73011bce71c -size 25177 +oid sha256:941be3971e1d39f817128a479f7b9354921094e45f7df4f8763789bc547f62f1 +size 25070 diff --git a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/Map.png b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/Map.png index 9ab206484fac..a946c1620901 100644 --- a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/Map.png +++ b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/Map.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0ddd67ece07efb5a9f3b6850a8d79839d3f5e37bd79c5e4c35d4fc1d8e13957 -size 15734 +oid sha256:e119128ae14eb1478c891a62b728ec6d211f765a33f3de8c63cd2db3a6bb4bd1 +size 15710 diff --git a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/TimeSeries.png b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/TimeSeries.png index 943ea4617db5..90bafd2d2c82 100644 --- a/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/TimeSeries.png +++ b/crates/viewer/re_viewer/tests/snapshots/all_view_selecion_uis/Light/TimeSeries.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a0c32bd38ba9e8134def4869474e1908d259d31affc00c8defec58bcdf1d443e -size 23308 +oid sha256:7b6645ffbe0a0bc8c7367eebe7e100437b52791f1996cbace737a502f5129097 +size 23231