diff --git a/.gitignore b/.gitignore index dc41a8b17968..6f3d4c4ad2e1 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,7 @@ perf.data* # insta snapshot temp file: *.pending-snap +*.snap.new # Screenshots from samples etc. screenshot*.png diff --git a/Cargo.lock b/Cargo.lock index f180607b6ff4..7e5bfb775aa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3207,9 +3207,9 @@ checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" [[package]] name = "ecolor" -version = "0.33.0" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adf31f99fad93fe83c1055b92b5c1b135f1ecfa464789817c372000e768d4bd1" +checksum = "084980ebede2fb1ad6c4f54285b3e489052ef2b6aa4016e4c19349417adc75c5" dependencies = [ "bytemuck", "color-hex", @@ -3225,9 +3225,9 @@ checksum = "18aade80d5e09429040243ce1143ddc08a92d7a22820ac512610410a4dd5214f" [[package]] name = "eframe" -version = "0.33.0" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b829d302a09deb4acde242262a1840ba14fadd0371980ebf713060077a1987bc" +checksum = "4f60ee3c69cd01d5725b4ef476ed6a3a6009968c57843a2f1beb96f021e4a54b" dependencies = [ "ahash", "bytemuck", @@ -3264,9 +3264,9 @@ dependencies = [ [[package]] name = "egui" -version = "0.33.0" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab9b5d3376c79439f53a78bf7da1e3c0b862ffa3e29f46ab0f3e107430f2e576" +checksum = "b75645894de4ca1695ab3ab7201c7953bb95c1725aafeefa6822dc901ad2a81b" dependencies = [ "accesskit", "ahash", @@ -3285,9 +3285,9 @@ dependencies = [ [[package]] name = "egui-wgpu" -version = "0.33.0" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef1fe83ba30b3d045814b2d811804f2a7e50a832034c975408f71c20df596e4" +checksum = "acdaac35a6e0ff458aaa5776b2bda578e38334a9d1258f7795042a70372745b7" dependencies = [ "ahash", "bytemuck", @@ -3305,9 +3305,9 @@ dependencies = [ [[package]] name = "egui-winit" -version = "0.33.0" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb4ea8cb063c00d8f23ce11279c01eb63a195a72be0e21d429148246dab7983e" +checksum = "4772ed5f16fa8ec2ba295e58f62b58ee83fcf49e67ec13d2b7ddf4e9a2dea34e" dependencies = [ "accesskit_winit", "arboard", @@ -3374,9 +3374,9 @@ dependencies = [ [[package]] name = "egui_extras" -version = "0.33.0" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdced1964ad8a02a116b1307f7b4f73dbe408c5f53dcdd488f527609f261da60" +checksum = "550e844e608e356f4ad6843c510aa9bb5838b427e4700ed0056e9746ceeed866" dependencies = [ "ahash", "egui", @@ -3392,9 +3392,9 @@ dependencies = [ [[package]] name = "egui_glow" -version = "0.33.0" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "668c0d4f726cc33838f0915f6b8c00af0ca0910e975ab58cf34b3e39c614552c" +checksum = "17b94ff67a1d18933fff2519f5f57c388f932c093036c381fb9ae2853b3e1e09" dependencies = [ "bytemuck", "egui", @@ -3409,9 +3409,9 @@ dependencies = [ [[package]] name = "egui_kittest" -version = "0.33.1" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0ca7eb7521658cb9714724de1de199be864a1eafe29218ecd5b22db2f4f8400" +checksum = "bb3366a5f2a1d12fdf7d7420d1974ce506aa80410d1bb15f50f9f7f9ad0a1124" dependencies = [ "dify", "eframe", @@ -3486,9 +3486,9 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "emath" -version = "0.33.0" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c615516cdceec867065f20d7db13d8eb8aedd65c9e32cc0c7c379380fa42e6e8" +checksum = "0e561352ae95c22ad179fb56c38d6e6eecd86cf4925cf5c70e738dd01df9b620" dependencies = [ "bytemuck", "serde", @@ -3613,9 +3613,9 @@ dependencies = [ [[package]] name = "epaint" -version = "0.33.0" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9926b9500ccb917adb070207ec722dd8ea78b8321f94a85ebec776f501f2930c" +checksum = "a909ce8cee63e8350fb0c251ad39277a5b24f19add60787e84a3b3ab3f2bd83a" dependencies = [ "ab_glyph", "ahash", @@ -3633,9 +3633,9 @@ dependencies = [ [[package]] name = "epaint_default_fonts" -version = "0.33.0" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66054d943c66715c6003a27a3dc152d87cadf714ef2597ccd79f550413009b97" +checksum = "ad9649446c23368ae138716910e3e28143995691b598fbb9de16b42b0722cbcc" [[package]] name = "equivalent" diff --git a/Cargo.toml b/Cargo.toml index f84e779ce814..8cdbe8c1f17d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -160,18 +160,18 @@ dav1d = { package = "re_rav1d", version = "0.1.3", default-features = false } # dav1d = { version = "0.10.3" } # Requires separate install of `dav1d` library. Fast in debug builds. Useful for development. # core egui-crates: -ecolor = "0.33.0" -eframe = { version = "0.33.0", default-features = false, features = [ +ecolor = "0.33.2" +eframe = { version = "0.33.2", default-features = false, features = [ "accesskit", "default_fonts", "wayland", "x11", ] } -egui = { version = "0.33.0", features = ["callstack", "color-hex", "rayon"] } -egui_extras = { version = "0.33.0", features = ["http", "image", "serde", "svg"] } -egui_kittest = { version = "0.33.1", features = ["wgpu", "snapshot", "eframe"] } -egui-wgpu = "0.33.0" -emath = "0.33.0" +egui = { version = "0.33.2", features = ["callstack", "color-hex", "rayon"] } +egui_extras = { version = "0.33.2", features = ["http", "image", "serde", "svg"] } +egui_kittest = { version = "0.33.2", features = ["wgpu", "snapshot", "eframe"] } +egui-wgpu = "0.33.2" +emath = "0.33.2" # other egui crates: egui_commonmark = { version = "0.22.0", default-features = false } diff --git a/crates/viewer/re_dataframe_ui/tests/snapshots/test_column_menu_button.png b/crates/viewer/re_dataframe_ui/tests/snapshots/test_column_menu_button.png index 7fec6401f731..39170f442fdb 100644 --- a/crates/viewer/re_dataframe_ui/tests/snapshots/test_column_menu_button.png +++ b/crates/viewer/re_dataframe_ui/tests/snapshots/test_column_menu_button.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3537c6b2b3b2a1c879a505d0945e723a3d6be113731ff81417daddfab5e02b8a -size 26449 +oid sha256:0d48385256a2327d6598456036dd35175eb172a750c1190cef20d712e83edcbe +size 26553 diff --git a/crates/viewer/re_selection_panel/tests/snapshots/selection_panel_recording_hover_app_id.png b/crates/viewer/re_selection_panel/tests/snapshots/selection_panel_recording_hover_app_id.png index e23a488c8e9a..ce04a14c611b 100644 --- a/crates/viewer/re_selection_panel/tests/snapshots/selection_panel_recording_hover_app_id.png +++ b/crates/viewer/re_selection_panel/tests/snapshots/selection_panel_recording_hover_app_id.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b1c3703e5725cacfe6f47d26f8f6b6d1db06c1e9bdde01e531268f60a178ac4 -size 61677 +oid sha256:ac66c18b76a916a509013eb4d72a056485facfda96e733dd67dbf643b1ea7e1d +size 61490 diff --git a/crates/viewer/re_time_panel/tests/snapshots/focused_item_is_focused.png b/crates/viewer/re_time_panel/tests/snapshots/focused_item_is_focused.png index 360177bf7de5..434c143ab4a1 100644 --- a/crates/viewer/re_time_panel/tests/snapshots/focused_item_is_focused.png +++ b/crates/viewer/re_time_panel/tests/snapshots/focused_item_is_focused.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fb1b43a343e4463e162e09a53d1804d3315fda34af6cf9e3e4dece2e44a4120 -size 24894 +oid sha256:8762d5abe5ec77674ba34fec8b80a91bb9240735b8c1b85ba30d3e3a2fede994 +size 24767 diff --git a/crates/viewer/re_view_spatial/tests/snapshots/annotations_hover_region_red.png b/crates/viewer/re_view_spatial/tests/snapshots/annotations_hover_region_red.png index e18652c880c9..b2308ff8f294 100644 --- a/crates/viewer/re_view_spatial/tests/snapshots/annotations_hover_region_red.png +++ b/crates/viewer/re_view_spatial/tests/snapshots/annotations_hover_region_red.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ce63e929ad7826f0e8a75a8aeaf9c1a98c2aa0c6bccb49c45f9c15b6d9134ec +oid sha256:92c94bd1cb1154d2b0ce44455d696ddba66c473110f234ffe178df25b5ee9877 size 32701 diff --git a/crates/viewer/re_viewer/tests/snapshots/share_modal__dataset_partition_url.png b/crates/viewer/re_viewer/tests/snapshots/share_modal__dataset_partition_url.png index b6c5f5101148..b8743ca1f53c 100644 --- a/crates/viewer/re_viewer/tests/snapshots/share_modal__dataset_partition_url.png +++ b/crates/viewer/re_viewer/tests/snapshots/share_modal__dataset_partition_url.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61fd0a5be072ce2b9665610410eeab9c96aeac33b4f67e69079eebd2ed9647b1 -size 31451 +oid sha256:79b1000e6ed873a54033cbe375112d6b277b95d3d1141fcb20b345051a186281 +size 31430 diff --git a/crates/viewer/re_viewer/tests/snapshots/share_modal__dataset_partition_url_with_time_range.png b/crates/viewer/re_viewer/tests/snapshots/share_modal__dataset_partition_url_with_time_range.png index 14f299f97fc9..1af9d01a8d81 100644 --- a/crates/viewer/re_viewer/tests/snapshots/share_modal__dataset_partition_url_with_time_range.png +++ b/crates/viewer/re_viewer/tests/snapshots/share_modal__dataset_partition_url_with_time_range.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94f44cbae34b88ceeef1ccfd6904c7c4e9fe7c4b59da238c436743491350ab20 -size 33791 +oid sha256:471184fa0fe74564a2490ef300e49b3c3f8c61361112c4a736fa87106812535f +size 33771 diff --git a/crates/viewer/re_viewer/tests/snapshots/share_modal__server_url.png b/crates/viewer/re_viewer/tests/snapshots/share_modal__server_url.png index 56ef30d15edb..b2e2b73e06ca 100644 --- a/crates/viewer/re_viewer/tests/snapshots/share_modal__server_url.png +++ b/crates/viewer/re_viewer/tests/snapshots/share_modal__server_url.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:451cffb5f61d577638ff1562b429988d84f9df4c12741b8f5631f63efb2d21d7 -size 17372 +oid sha256:ed18316ed0550914b3b537ff0e981f71c89b286938725ba3004808024ed6034c +size 17352 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_container_from_blueprint_panel_menu_1.png b/tests/rust/re_integration_test/tests/snapshots/add_container_from_blueprint_panel_menu_1.png index 3472c05d0dcd..70589773019d 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_container_from_blueprint_panel_menu_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_container_from_blueprint_panel_menu_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8307f35aef6c2624a4091bf0b8ea05252888dfa800dd62758d3198b685de89f1 -size 198153 +oid sha256:fabf08d79631580c6178d6dda7a4768a2e3eb79f6c4450fab0e17baa80f37a5f +size 198074 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_container_from_blueprint_panel_menu_2.png b/tests/rust/re_integration_test/tests/snapshots/add_container_from_blueprint_panel_menu_2.png index c24e9ea19f16..dc7f6aa374d1 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_container_from_blueprint_panel_menu_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_container_from_blueprint_panel_menu_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:883c379a7e0c9b4de1c1ad3f5ee901efe14edbe8b162784c0300a0c50209e924 -size 221067 +oid sha256:b8dc21b18699526a92d7b34f7a63e0d1dc67ad5fae36d4c57b559b59c06fb26d +size 221020 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_container_from_blueprint_panel_menu_3.png b/tests/rust/re_integration_test/tests/snapshots/add_container_from_blueprint_panel_menu_3.png index c29a7ea152ba..b520afed30d5 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_container_from_blueprint_panel_menu_3.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_container_from_blueprint_panel_menu_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2393036a8434e4d148bc22e7ad63c8e01fd36a878fb158eb6336dd931034d86 -size 171747 +oid sha256:251482eeb6da3132db6a76f305ca1980a1fb67cdd0250e1778f08519c6c4c047 +size 171821 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_container_from_selection_panel_1.png b/tests/rust/re_integration_test/tests/snapshots/add_container_from_selection_panel_1.png index 29fc453d94c3..9eb280425cfe 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_container_from_selection_panel_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_container_from_selection_panel_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a4dfb47110f322af74e1feb86002b5060d105e1730653ef20d58c56f0c043c4 -size 168793 +oid sha256:aa076201fcea685ac36d6e10126bd4763d84d88e17a80edc84270a8744e9f81d +size 168523 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_container_from_selection_panel_2.png b/tests/rust/re_integration_test/tests/snapshots/add_container_from_selection_panel_2.png index f1c7d771a02c..3a523d32db39 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_container_from_selection_panel_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_container_from_selection_panel_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2c66b63714c5ca057f8be2d3a63a022838aa3c24bad48b2ea287245752a9e29 -size 205260 +oid sha256:d16f0c2b6e3dbce2251592bce973c0175fd264e536832eac6debef1fd98ee136 +size 205154 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_container_from_selection_panel_3.png b/tests/rust/re_integration_test/tests/snapshots/add_container_from_selection_panel_3.png index d209403a1dd5..bb99a9b92fd6 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_container_from_selection_panel_3.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_container_from_selection_panel_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e706fc9da36e69cc02a294a079cc4135b94f628ae9d4117e7bd8de5312e3bb57 -size 166376 +oid sha256:db96f4e1eab13350d1d9f4fa96dc8f35586f97a99eaac2bf1b048a9b83519d37 +size 166226 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_1.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_1.png index d4ca53235c2c..be6b0f89780e 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3eec99b1dd753b4644d00ed2d162b997c2994542ca8ffa70db557021ab5014e4 -size 184162 +oid sha256:ba0791a4c0d1ff715d734f3236b67365fdad553c61a49782ff8b402bc4548a82 +size 184184 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_2.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_2.png index af469c33f79f..d7012e5ac153 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db78a50329f38c15266479e859125f1744c7a667be2d60e54b5d3066069542de -size 201905 +oid sha256:6c97794a892994b7b090b7a29dc34fd42d10b9ec3636585141257d351821e4dc +size 201845 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_3.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_3.png index 19248cb5066e..e0693ba9a950 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_3.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:076951f3a975693f263cb28d21f43a1e4e5f81e1903f3b1514afd602ba7e7971 -size 190819 +oid sha256:921e25084822cbe69c96a3b91801c00a13973f4e1caf62eb9e55e0fb607e3dc0 +size 190844 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_4.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_4.png index 2665f3477d9d..27a45fa885bb 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_4.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3747d2d6c3db0b7904cfecb22b0d1f2ff4256c6d6083c6652f1098e0109b7a10 -size 204359 +oid sha256:4096ce70ccf76f4df5fcdfa667315ed19007994880523c69d6e9b3fef671e0a4 +size 204356 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_5.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_5.png index cb83adce79c4..7557714bef0a 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_5.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_bar_chart_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf1a540e016ce6e2cfeb51109e53e9650f9cba15a559038141b2dce3b2ed9638 -size 151197 +oid sha256:6427d0b77dac37295636a1217e60afbffa1930ebc0c6ebed3c5af0afe77efe27 +size 151210 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_1.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_1.png index 2ace97fc0ac6..4117f27d3362 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:30aff54832d54908537e198d3432523cfe5c7554041d906e9ab94669111ba6c5 -size 202277 +oid sha256:ad83b11cb569a79938121f12b901883f343329d5c765d739fa838b69f221d1f0 +size 202300 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_2.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_2.png index a91a9af74771..b64df809a136 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3afc3bb2b5df5883ed126a5068f8a4610aa876ead7bb62b72e91d967286a2178 -size 221587 +oid sha256:c4167d20d4146437c27549c507cde80a432ff27a1e9ab45a3de05b5a1f8ae6a4 +size 221547 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_3.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_3.png index 9f06b29d5925..b67d677aa31b 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_3.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43823572b7d94fae958ac24e6a88e0abad4bb48ad38cd92ba542f6998d723f88 -size 194773 +oid sha256:fb659409e8b83447f70fdef7d0c46de7e0183d14cf6970136c92e7c09bf71cb0 +size 194780 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_4.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_4.png index 283da9953f1c..e45f7011ec3d 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_4.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdd9f23267cd52e2d8b0fbabbeb4406cf3741e4b25f1d357900b2c34b7015eb2 -size 206913 +oid sha256:aee849ee554fba0bb891fa99187ed42f1ebb34fcf5bad8379e3985603f5954eb +size 206891 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_5.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_5.png index cb83adce79c4..7557714bef0a 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_5.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes2d_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf1a540e016ce6e2cfeb51109e53e9650f9cba15a559038141b2dce3b2ed9638 -size 151197 +oid sha256:6427d0b77dac37295636a1217e60afbffa1930ebc0c6ebed3c5af0afe77efe27 +size 151210 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_1.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_1.png index ce5c130387ba..41715df71596 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b831671484c1effb3bf26f527c25c0ec62ac42d8aa2b7a6096409cd36b02b01 -size 214666 +oid sha256:aed98d827b75bb3d2b8e6311ac890685dcd3f471cd47c25ece09352cddfbd4d5 +size 214679 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_2.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_2.png index 5e54190c39e8..165345c21d45 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f51aa0c36d8412bfebbd9928b43da2232e88523eb3f733ddc6db9e5c54102a43 -size 235250 +oid sha256:a00d7e5f1e2cf266caa6ef2a56a63ac266f325ad3458c66f5427659371e203a6 +size 235279 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_3.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_3.png index a8f6a218ef81..6be0a8b13d26 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_3.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07e7bc7ef31972bb672e7a6168050b98d56ce9951eac2320e2626810b375ddc4 -size 225635 +oid sha256:b0f0a449bd5e9cad2e14db258c192a2143611fb0b25b8194cdebdf829f6da671 +size 225626 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_4.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_4.png index 6c09a2667bb4..e860561e4d8e 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_4.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be234dc244a54f786c2ec1768ec1b28393dfabd41ee6e85ddc2a72f4620b7ff9 -size 238392 +oid sha256:8cc704ee61d569f28f744e8cb834320d4d0359cbe4ce9055d043cb16a221eb4d +size 238348 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_5.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_5.png index cb83adce79c4..7557714bef0a 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_5.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_boxes3d_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf1a540e016ce6e2cfeb51109e53e9650f9cba15a559038141b2dce3b2ed9638 -size 151197 +oid sha256:6427d0b77dac37295636a1217e60afbffa1930ebc0c6ebed3c5af0afe77efe27 +size 151210 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_1.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_1.png index 430180dd723b..7ce321068780 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0ca011f385951a23d7fba3e63d942d585a840af182516798cbd153ed3167438 -size 180324 +oid sha256:79291f2dc800f460ac3770b4dac7318aaa6f9a73d703acb481fa9919cc806c44 +size 180314 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_2.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_2.png index ee7037eb68c2..097703984f27 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32e1e0990c99151c8fb1c73859755fd85e21173fbf59c49a9f2c6839b5d15f19 -size 201495 +oid sha256:7701d9ad7a4896200a93f3887a43bd999723815107cbeb0435612ac39b7ed536 +size 201582 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_3.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_3.png index 274afeeb9540..fbe64f38085b 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_3.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4afa060579ff908037d5324daa80c1cbcde3d9b5308715e9987732e86642b18c -size 212593 +oid sha256:0428f961a1d869d19c0d230bbb846726308211a0490123cc1a5f44093269a718 +size 212635 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_4.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_4.png index ee085c40010d..2a92b905f4a2 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_4.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f30214b36b944445e104f22a8c0976483fbc7978b743ed4b956a5ec48361c2af -size 226898 +oid sha256:32a3eb880d130f53d4e501fe137ec618a2d76a211940523bbf7be350faa5485f +size 226890 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_5.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_5.png index cb83adce79c4..7557714bef0a 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_5.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_tensor_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf1a540e016ce6e2cfeb51109e53e9650f9cba15a559038141b2dce3b2ed9638 -size 151197 +oid sha256:6427d0b77dac37295636a1217e60afbffa1930ebc0c6ebed3c5af0afe77efe27 +size 151210 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_1.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_1.png index da0e049a144b..aaaaabce2030 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d751266e9c560d388535d2183a5d825af982fd3abe7e7de4cb77f3c9fdac3631 -size 183549 +oid sha256:6f38ab1d23f968f405dbb3ff4854b32422f634c447a97fbeddcf993a0101f56f +size 183465 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_2.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_2.png index b63786875498..5d0b4d26c079 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:107f706d91805c5e6838873d53be332d30e2a23d41680d42df97344cc1cb8176 -size 203970 +oid sha256:3c36cf3f7bfa7c61e04e24108cf650de551b7cb55c25bbb2d50d5567384a9ccc +size 203915 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_3.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_3.png index 10d5dc290e27..4b087d009b3f 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_3.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27d4174f02d7ec3082511694fb59afdd3dcd32199dae7fc1483fb007cd3f713c -size 192363 +oid sha256:8017efa94932777682e9c2ec3b51256d1874ad38918697b2d94c5bf9459816db +size 192456 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_4.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_4.png index bf5297742c87..4dc50488769c 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_4.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e7171d7a0e36307f852235ded3f973d3c0dd508577243857f5cc3f9c35353ef -size 212122 +oid sha256:ae5c7bd7bb0fe76f9202ab53903cc7b3cf98b8b867494b069c7a375204049c23 +size 212108 diff --git a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_5.png b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_5.png index cb83adce79c4..7557714bef0a 100644 --- a/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_5.png +++ b/tests/rust/re_integration_test/tests/snapshots/add_entity_to_view_text_log_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf1a540e016ce6e2cfeb51109e53e9650f9cba15a559038141b2dce3b2ed9638 -size 151197 +oid sha256:6427d0b77dac37295636a1217e60afbffa1930ebc0c6ebed3c5af0afe77efe27 +size 151210 diff --git a/tests/rust/re_integration_test/tests/snapshots/blueprint_tree_context_menu_02.png b/tests/rust/re_integration_test/tests/snapshots/blueprint_tree_context_menu_02.png index 7222106cb411..c4b3ec4e15b8 100644 --- a/tests/rust/re_integration_test/tests/snapshots/blueprint_tree_context_menu_02.png +++ b/tests/rust/re_integration_test/tests/snapshots/blueprint_tree_context_menu_02.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46ffa543e979acafe8ea05507b8decbce97d6bb9f1b4f2e711230fed41d0f69a -size 136869 +oid sha256:9d88b4599faf032cda225036f598359243a7dd994af92441c9c8d2b3e09ef1c0 +size 136711 diff --git a/tests/rust/re_integration_test/tests/snapshots/change_container_type_1.png b/tests/rust/re_integration_test/tests/snapshots/change_container_type_1.png index 5b31b00ff49f..5078f576c055 100644 --- a/tests/rust/re_integration_test/tests/snapshots/change_container_type_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/change_container_type_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:248aec874b50e690c11eeface48b1266543c32b56fe87ef3d3ccb7f0d9c72e1d -size 165431 +oid sha256:da9169734a7ca48b5a31f521c53102e1cb8e2a68a8998ea2607e9a2be0e609ec +size 165153 diff --git a/tests/rust/re_integration_test/tests/snapshots/check_focus_1.png b/tests/rust/re_integration_test/tests/snapshots/check_focus_1.png index 8d1ddf909602..065b750f5e78 100644 --- a/tests/rust/re_integration_test/tests/snapshots/check_focus_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/check_focus_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d787e50a758be5e17276cc759a2842a3a56a74acf525355561e9e1c6a8e4ecc8 -size 139876 +oid sha256:3b72d71168f816aa445f57bdd37db4499375f832e62537a8ff6404fabf39b987 +size 139585 diff --git a/tests/rust/re_integration_test/tests/snapshots/check_focus_2.png b/tests/rust/re_integration_test/tests/snapshots/check_focus_2.png index b7d5ae1b4e69..107cb7b39086 100644 --- a/tests/rust/re_integration_test/tests/snapshots/check_focus_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/check_focus_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4dba0e277b77f007a55b5f2a32657f9b0fcab584ef238c52734ea4246743da17 -size 133210 +oid sha256:463da57acb144675f893c30480ce011f4f7b57b124ad19fb93964152188a9e53 +size 133017 diff --git a/tests/rust/re_integration_test/tests/snapshots/check_focus_3.png b/tests/rust/re_integration_test/tests/snapshots/check_focus_3.png index 7099b020f7d1..61edec522cb2 100644 --- a/tests/rust/re_integration_test/tests/snapshots/check_focus_3.png +++ b/tests/rust/re_integration_test/tests/snapshots/check_focus_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c76b6d9da3c2cfee21b2a098174c916cf852ebb72f8b42815a1a5f73b5d48ae2 -size 133189 +oid sha256:c19943e635881cfe28d17aeb0666712078237b9cf3221c0c8eb44ff838cc0cf3 +size 133084 diff --git a/tests/rust/re_integration_test/tests/snapshots/check_focus_4.png b/tests/rust/re_integration_test/tests/snapshots/check_focus_4.png index 96f76b1fcb3f..74df808c4fb7 100644 --- a/tests/rust/re_integration_test/tests/snapshots/check_focus_4.png +++ b/tests/rust/re_integration_test/tests/snapshots/check_focus_4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b5768012e8f172aa5d66690604f0c426fc67249a8a04494abaec9b4296f03aae -size 134771 +oid sha256:9fd4a8aafb9c9ca8dd345b85cdfc9c1e89eaa81fc9b8d48825a3f9c3693210ba +size 134666 diff --git a/tests/rust/re_integration_test/tests/snapshots/check_focus_5.png b/tests/rust/re_integration_test/tests/snapshots/check_focus_5.png index 0abbe230645e..1822a786e318 100644 --- a/tests/rust/re_integration_test/tests/snapshots/check_focus_5.png +++ b/tests/rust/re_integration_test/tests/snapshots/check_focus_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28b436eaaf3e54c49614340be9933397950aa3da1e602c10e594f5a61f71b8dc -size 134785 +oid sha256:bd1cd24cf2a8a9d291df02d0961155f91539be9697df6d674c1855385558a98b +size 134722 diff --git a/tests/rust/re_integration_test/tests/snapshots/check_focus_6.png b/tests/rust/re_integration_test/tests/snapshots/check_focus_6.png index 3c7a26307aaf..84268df32d3f 100644 --- a/tests/rust/re_integration_test/tests/snapshots/check_focus_6.png +++ b/tests/rust/re_integration_test/tests/snapshots/check_focus_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ff09aa4adb2671df5b2a097d1e9e5a77b1330ba1384be0852952bc1f4be10b3 -size 134940 +oid sha256:e141074df517c849a9df8c709557af85763da30d12c3120f8b5b9e12dd64ca77 +size 134877 diff --git a/tests/rust/re_integration_test/tests/snapshots/check_focus_7.png b/tests/rust/re_integration_test/tests/snapshots/check_focus_7.png index 2c008da79373..c5addb6b6470 100644 --- a/tests/rust/re_integration_test/tests/snapshots/check_focus_7.png +++ b/tests/rust/re_integration_test/tests/snapshots/check_focus_7.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93037cfc47635de6833397af0b6a4da2f5a8eff2df9bd23adaa41cf52990aa5f -size 132916 +oid sha256:08a75c345e2e9473da3b33725f598aec861a8546e29c0bdd1966e9aa3b3477a7 +size 132853 diff --git a/tests/rust/re_integration_test/tests/snapshots/check_focus_8.png b/tests/rust/re_integration_test/tests/snapshots/check_focus_8.png index 607eafd3d803..5aa98c48f1dc 100644 --- a/tests/rust/re_integration_test/tests/snapshots/check_focus_8.png +++ b/tests/rust/re_integration_test/tests/snapshots/check_focus_8.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47ee856ab4dc4cdc027343e88fad1366b721d2988bad7e6c74a3658e4e0553fa -size 131776 +oid sha256:b8c1d4af6a75e834bdba19c3e93db79ca00e91ca71330674fa639129da7c4f74 +size 131713 diff --git a/tests/rust/re_integration_test/tests/snapshots/context_menu_invalid_sub_container_03.png b/tests/rust/re_integration_test/tests/snapshots/context_menu_invalid_sub_container_03.png index 1f8791d5be7f..560ba033d6fa 100644 --- a/tests/rust/re_integration_test/tests/snapshots/context_menu_invalid_sub_container_03.png +++ b/tests/rust/re_integration_test/tests/snapshots/context_menu_invalid_sub_container_03.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d36ded14f3210fdbe252dd01f35733d61439087bb142b01f2305641cc1087b0f -size 110175 +oid sha256:1c4da126eb72a9d8f6c7bd31274c1d9abb48a74162294603763e0721596a7be6 +size 110176 diff --git a/tests/rust/re_integration_test/tests/snapshots/context_menu_multi_selection_08.png b/tests/rust/re_integration_test/tests/snapshots/context_menu_multi_selection_08.png index b7b94ee8636d..a280f7d7c719 100644 --- a/tests/rust/re_integration_test/tests/snapshots/context_menu_multi_selection_08.png +++ b/tests/rust/re_integration_test/tests/snapshots/context_menu_multi_selection_08.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0211ed651de89ebaa7fd2fa30028154699244635d8aa8cace6bc3b128b761cd -size 111250 +oid sha256:a64a0aba244f4a07856881a4e99ecf1856dfb3df75b30318700210b9330bbb9b +size 111130 diff --git a/tests/rust/re_integration_test/tests/snapshots/deselect_on_escape_4.png b/tests/rust/re_integration_test/tests/snapshots/deselect_on_escape_4.png index 4fba937caf15..16e276d696a3 100644 --- a/tests/rust/re_integration_test/tests/snapshots/deselect_on_escape_4.png +++ b/tests/rust/re_integration_test/tests/snapshots/deselect_on_escape_4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:233c6b05e2e2b3d2144ff7f02349004a035ec3a693e415ae4ef5498b10ba7b70 -size 212929 +oid sha256:b9f2a3613ead99c6b7735c540d91366b61709fbd4b57e6f4e60872d53f1d99a4 +size 212945 diff --git a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_bottom_1.png b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_bottom_1.png index a7fd051b2748..d3b492d03bfa 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_bottom_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_bottom_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b3778c2b24ecf444f604509bf711c9cd0cde1a4dd5a4def8eb8432f0df74c18 -size 180582 +oid sha256:858e0b5639c5122e814ecf2277623a8dd397b151dfd577451236be98f01e1372 +size 180447 diff --git a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_bottom_2.png b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_bottom_2.png index 9947524bf8f7..504c71b9b6de 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_bottom_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_bottom_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa01609025c021cf069943c785cf20d94e7efafe973719e1fec0604ce2cb1d88 -size 182811 +oid sha256:2c2f8635149eb93391444ac54b68465bd2ca45c96e020cda3c35221e2abcc163 +size 182850 diff --git a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_center_1.png b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_center_1.png index 3be3f14bfb56..3b350a239805 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_center_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_center_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:30ab5ecd6977204796c99630dfee1c464a4398be362156bee0d6019a24a69187 -size 180480 +oid sha256:b5452abae47222eac013e2cec7ad079cace7bc9a4a964f4acf189b51dab7e783 +size 180329 diff --git a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_center_2.png b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_center_2.png index e7e84b0b3451..fa87b9df3ae6 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_center_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_center_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fec13101f7f2353360d5d46e07a4b32877a653a5d5f54f3ee691cac7e15f9912 -size 191002 +oid sha256:1611696c926f3d71ad5d5012a43a2aa1ac0ea546a4ef326cb68e4b64765763bb +size 191554 diff --git a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_left_1.png b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_left_1.png index 78d415da1841..3b0d3c40bd6c 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_left_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_left_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a52f1600564c782d0b9eff6e9cdbe11e8b840395083bd989c50b85c1ea5f9d7 -size 180529 +oid sha256:46f6ff0e85987c8c8ec63cf3b0b2ab5ccfc4ff0f5e7a54ab6b5e1845ecbba7ce +size 180419 diff --git a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_left_2.png b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_left_2.png index 55edc5fa6824..3a0862fd170a 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_left_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_left_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db6fd8ba732281bd5cce57c96ca5cac7455b2a60859a9ae01440cac588751fb8 -size 180274 +oid sha256:4c0757cffb5e40fff0aaec3ae4a031a9ecf26de1856669755d70dcfd8650eac1 +size 180476 diff --git a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_right_1.png b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_right_1.png index 4c2f2b72b981..4571231f46a4 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_right_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_right_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17831a6ba15c2a3b06a921153aaeea3e05141aa7c3b770315dca33bffeb37f03 -size 180535 +oid sha256:3df941b29232fb3af22286a16a79cdddda253c663dfeaa716b4407b203f55e8a +size 180433 diff --git a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_right_2.png b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_right_2.png index 0da1b9e735ad..6d83a8a86ec1 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_right_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_right_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9a56042b5a6f79952899e48a18489d30243b06140876e673f4095b89a825945 -size 180339 +oid sha256:dd223442b1105132d01cd3b2c842bb4812cfaa34dde6d21eca17b199d4af1443 +size 180557 diff --git a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_top_1.png b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_top_1.png index 5a1c3912b4d7..7548409629af 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_top_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_top_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d858a5a1a23fde2a0f2d1d9725afdfd7d01e6bfc256f216d516c0b2d259c957a -size 180420 +oid sha256:d038142879e7c6ff709a4516377bbcf643c53e89b7e486f44a317b367671bc62 +size 180325 diff --git a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_top_2.png b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_top_2.png index 216499057e06..16659ee98466 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_top_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/drag_view_to_other_view_top_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36043daf0035bb0ccb59f2ea1a89888b46b101d2c376480394834d315b8dbd39 -size 182867 +oid sha256:44635dbc4688f96ecaa33f7527c1dc56c6fcdd666b52c3977e696faf3a802849 +size 183056 diff --git a/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_1.png b/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_1.png index 719ac97940ca..fc7c970b4760 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:888f712a5c1774052fdbef0de9077c3c93936ca2a36ac87dd91217b9e41bac50 -size 140019 +oid sha256:7e0950569859b85c602ca46694478e26543a97bd506c0f798e1c4e8fcbc1056a +size 139980 diff --git a/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_2.png b/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_2.png index 047268e57313..6b538a339a8a 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fe68b141e9919c6db084c5f53705dd52a2119982c3cd37bea9c8ecc8471016f -size 106653 +oid sha256:40370ddecbccde86f05d967b498c3bc1329bf83c41afe00615c931a8263322d3 +size 106580 diff --git a/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_3.png b/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_3.png index 2317b9597de5..ba58182a40c8 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_3.png +++ b/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e231e0d1602ce0f628f84b09f98f08cbda94c2e732da467728b3f65c39c09aae -size 147927 +oid sha256:e90effc4e62d2640e184c0346502c3c4157bc2ee7c01c68d6ec998ae46143252 +size 148112 diff --git a/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_4.png b/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_4.png index 48c683e91b20..51de6577b5d9 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_4.png +++ b/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1b90165348d655c26cd50a3ec9766dcee00c39a3f4ce43a1ef2caf1d75a8bfd -size 113925 +oid sha256:1d113365cfd833a4cd55dee2b6a1cc938c270f52a8e3070527a3b3b2c524e6fa +size 113840 diff --git a/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_5.png b/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_5.png index 91f87d3fe66a..fc162e2dd8b6 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_5.png +++ b/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:48161c34f553a86a099a443f20f6272b9013a6afe5049a01b0eafa0246ce96ed -size 113498 +oid sha256:c3df6884d0b6000775d27a453fee4e1bd597fc6e4506395fb7bd40ec24f9914f +size 113474 diff --git a/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_6.png b/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_6.png index 1a08d68a2031..55439dc836e1 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_6.png +++ b/tests/rust/re_integration_test/tests/snapshots/drop_multiple_streams_to_view_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db607eb2fb18ccba60a6d308ff0c1f02fbec5d2a9998bb84e4074fda9f0b8152 -size 160116 +oid sha256:2c57b6d3b0b82012ded621ca8c3ad5777ab3c1eb2f9e9553eb7d879717f2dab4 +size 160285 diff --git a/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_1.png b/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_1.png index 1d001b677afe..29149cbf1bef 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10c180904910e876e24ec27b72d6fd788d40c123c145afb3f8507a922843092f -size 109720 +oid sha256:b08b247886c3ae5d8910a0db44a94b3d561a57fd06ca5d590aef77c8708f4193 +size 109756 diff --git a/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_2.png b/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_2.png index c0f0c2e7bbf9..fc7c970b4760 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ddf1932dd32afcedfe3a7cc85076772b67f29aaa781a68ff4e87a3607f1f4d3 -size 139780 +oid sha256:7e0950569859b85c602ca46694478e26543a97bd506c0f798e1c4e8fcbc1056a +size 139980 diff --git a/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_3.png b/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_3.png index c5e3951b7956..93d79ecb7da6 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_3.png +++ b/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3045a8c4059353d3ef83a3673e043dab478d398c805803ac0163ea07f4bacf4b -size 142900 +oid sha256:0f51da8128fc6085abbdb5200903767a4eb60465b00d6e4164c79de82e3c92e2 +size 143062 diff --git a/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_4.png b/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_4.png index c0f0c2e7bbf9..fc7c970b4760 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_4.png +++ b/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ddf1932dd32afcedfe3a7cc85076772b67f29aaa781a68ff4e87a3607f1f4d3 -size 139780 +oid sha256:7e0950569859b85c602ca46694478e26543a97bd506c0f798e1c4e8fcbc1056a +size 139980 diff --git a/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_5.png b/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_5.png index a687135d7514..bff5665a3b3d 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_5.png +++ b/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81cc198c2571649222a46ce96206de12cba9f97597947d3eeba6559a94455cae -size 140843 +oid sha256:ef0647f3bd9f1ca5a69c778dc0ddb2feb25de564abd98a697b272e1645eef28b +size 140811 diff --git a/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_6.png b/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_6.png index 2317b9597de5..ba58182a40c8 100644 --- a/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_6.png +++ b/tests/rust/re_integration_test/tests/snapshots/drop_stream_to_view_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e231e0d1602ce0f628f84b09f98f08cbda94c2e732da467728b3f65c39c09aae -size 147927 +oid sha256:e90effc4e62d2640e184c0346502c3c4157bc2ee7c01c68d6ec998ae46143252 +size 148112 diff --git a/tests/rust/re_integration_test/tests/snapshots/heuristics_mixed_2d_and_3d.png b/tests/rust/re_integration_test/tests/snapshots/heuristics_mixed_2d_and_3d.png index 2b3f8df344ad..b23154d94bea 100644 --- a/tests/rust/re_integration_test/tests/snapshots/heuristics_mixed_2d_and_3d.png +++ b/tests/rust/re_integration_test/tests/snapshots/heuristics_mixed_2d_and_3d.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5932e322b3718533d1487db7e08bb5660f5df603ea1cd4673f5c8c685fa69463 -size 102466 +oid sha256:0e9ae5c1f2eb5257cb972f5c2e4ed4b2c1bb2249a93c4ddcc084720d22d129b2 +size 102436 diff --git a/tests/rust/re_integration_test/tests/snapshots/heuristics_mixed_all_root.png b/tests/rust/re_integration_test/tests/snapshots/heuristics_mixed_all_root.png index 46ea9fe6efcf..c7fe92d44b16 100644 --- a/tests/rust/re_integration_test/tests/snapshots/heuristics_mixed_all_root.png +++ b/tests/rust/re_integration_test/tests/snapshots/heuristics_mixed_all_root.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41d7dac227028451d6a5febfddc1a7bee462face6c2bdd4b3a7c2d5986225c44 -size 123186 +oid sha256:fe343f2c3ef754e798b6c69fb38cb2d85b7bb7584b5052fd710b4b289bb26e06 +size 123311 diff --git a/tests/rust/re_integration_test/tests/snapshots/multi_container_deep_nested.png b/tests/rust/re_integration_test/tests/snapshots/multi_container_deep_nested.png index 9f94d8794539..cb0a4467d257 100644 --- a/tests/rust/re_integration_test/tests/snapshots/multi_container_deep_nested.png +++ b/tests/rust/re_integration_test/tests/snapshots/multi_container_deep_nested.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40f39ae51f39e187f412f3348d35dc781f5f4d702bcc17b0c29cb91442fe9353 -size 243827 +oid sha256:4c41ac91cb8ee27bdf7e02c42ec9c8704a36fc32c9a9a70a43d3d874d31033a8 +size 242168 diff --git a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_1.png b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_1.png index 6682606e659e..37e10f7cc307 100644 --- a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9434af75c8befcc291875e5f9c8dbec3b9c895897f0f7eaa4addec8de2195431 -size 257709 +oid sha256:f252ffa8e57b8c1c1f4fcd4bf5f3866ff4f86d04c562dd1a039fa6a4b484fe0e +size 257240 diff --git a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_2.png b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_2.png index af3b5bfb1237..57e3f9866c58 100644 --- a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4eeaf96eed4530ceb445d7654bb77a4a23e83431f1a66146c67046d50bce5bb -size 258366 +oid sha256:96e86f214297aaaf58b27d853cc4cf9036d8b5df8cb4287063d96c7c3e3fca3b +size 257896 diff --git a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_3.png b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_3.png index b85100e15e0f..e9f9de080e67 100644 --- a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_3.png +++ b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a806aa1b206e592660b488e545b114ee00bd0b29fedce2f5a65bfaa0d46b099d -size 258615 +oid sha256:db9cacb0ae9aa6f3509196d84036e5f211e8e106c8f454931740e353e6bc3895 +size 258146 diff --git a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_4.png b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_4.png index 41bde9ab229b..dbe593de2ea0 100644 --- a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_4.png +++ b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e42505ad7a22c0ee7b021b65fb03bf9fe90a05a4598f8983d390240624c33aaa -size 257802 +oid sha256:8840ff216d1ec665a6588410245668ad286ba8e6771dc9750f3ed02f2d1c4232 +size 257333 diff --git a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_5.png b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_5.png index 1040c6246210..8e0817fde0cb 100644 --- a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_5.png +++ b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e2c533ad2d37b0a5a6680a947d5f460eb88b1df321427323daf04461309e6eb -size 258331 +oid sha256:3fcb3d3f8a61cd062e73abbab9a910856b9f2ce73773b3f2d5fa630eeec76eb6 +size 257754 diff --git a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_6.png b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_6.png index 904f2a06358e..542cf3453b67 100644 --- a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_6.png +++ b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_container_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0f56421dc4da3b89adea62fe3b577eb2c79dfae4635d4ff6038222d86ea717f -size 259611 +oid sha256:21ace34d6ea83722740eb9df4912612888613c2ca4d81ea50f5e6721360de753 +size 259340 diff --git a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_single_view_1.png b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_single_view_1.png index e5830e8851b9..46ce43d0f03d 100644 --- a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_single_view_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_single_view_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:251260770fe476a886e2a49f2d80da28e99d22d39432279edb6859b8f85da874 -size 259570 +oid sha256:10f9deae59b64c8df98228db6d9662844816a2c17641ea0f81b443845c1d1594 +size 259000 diff --git a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_single_view_2.png b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_single_view_2.png index 7ff8d983fb95..58360213216a 100644 --- a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_single_view_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_single_view_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36096665ade5c710ea495116265b172d87cfe8298d5e8696659ef5cbf2619b1a -size 259268 +oid sha256:6347e7f4bbb7bc101cb38aa63900dca42bea7277cc64434cf5cdb534752d5246 +size 258699 diff --git a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_single_view_3.png b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_single_view_3.png index a83f70ba784a..a1122b54ae2b 100644 --- a/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_single_view_3.png +++ b/tests/rust/re_integration_test/tests/snapshots/multi_container_drag_single_view_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96bb24e3fd8c73c556780faeade8ab9efa21f7d10cb938d7fc37939f4c8f4127 -size 257164 +oid sha256:e006e6537466cb49b09c5d442ff8fee771e56e8adfd2c96b3f33293e2cbc86f7 +size 256840 diff --git a/tests/rust/re_integration_test/tests/snapshots/multi_container_many_views.png b/tests/rust/re_integration_test/tests/snapshots/multi_container_many_views.png index fd3aa418c6a8..d66adce02f05 100644 --- a/tests/rust/re_integration_test/tests/snapshots/multi_container_many_views.png +++ b/tests/rust/re_integration_test/tests/snapshots/multi_container_many_views.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34a414be348ca0ea65510f2e64d7340e9fe0b433ecdae80a421eb6302710efeb -size 503905 +oid sha256:5923727dd8c15e63ed92ea393a897890cfb43d5536b70bc5a12e48df77e0a171 +size 498897 diff --git a/tests/rust/re_integration_test/tests/snapshots/origin_image_2d.png b/tests/rust/re_integration_test/tests/snapshots/origin_image_2d.png index 4f7ae3328e22..f699e7c847d6 100644 --- a/tests/rust/re_integration_test/tests/snapshots/origin_image_2d.png +++ b/tests/rust/re_integration_test/tests/snapshots/origin_image_2d.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ecb6d250483267b61aef175482fc58e375c45873e9f279d5ecd5138829a2f070 -size 182110 +oid sha256:23403438b860581e10adb51b4213b52ede5a02e497b8d31f55da896174827824 +size 182091 diff --git a/tests/rust/re_integration_test/tests/snapshots/origin_keypoint_2d.png b/tests/rust/re_integration_test/tests/snapshots/origin_keypoint_2d.png index a4061a7d0932..ad8762b89b15 100644 --- a/tests/rust/re_integration_test/tests/snapshots/origin_keypoint_2d.png +++ b/tests/rust/re_integration_test/tests/snapshots/origin_keypoint_2d.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89e14a4227aad00f3201df256350e5ec3dede519c7fe6942cc8a5c07c6de4af9 -size 169579 +oid sha256:1608d07c3a645eb9eda5c916967578f8a9ecf6992303f48b43d65d510cd45ad3 +size 169613 diff --git a/tests/rust/re_integration_test/tests/snapshots/resize_view_horizontal_1.png b/tests/rust/re_integration_test/tests/snapshots/resize_view_horizontal_1.png index df4a060cb939..7688eb3ccf70 100644 --- a/tests/rust/re_integration_test/tests/snapshots/resize_view_horizontal_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/resize_view_horizontal_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d06d14857086e438fc47e25dfc4238037ac168d51c77cd9462f64a07f3706bdc -size 186974 +oid sha256:b2a9e01cf1fa6cf9f49730e179916fbb374716fd64530df62839754fc468762d +size 186902 diff --git a/tests/rust/re_integration_test/tests/snapshots/resize_view_horizontal_2.png b/tests/rust/re_integration_test/tests/snapshots/resize_view_horizontal_2.png index e39fb5140098..2f7c1fc87fa5 100644 --- a/tests/rust/re_integration_test/tests/snapshots/resize_view_horizontal_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/resize_view_horizontal_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d42dbe4418e7776fff1fc36795ea5e500b9c33c5a47fd8f7972288994e8ad2a4 -size 188009 +oid sha256:d18c64f98e7748aeb31309302aee38cdc53d59d1746fe6b769c99fc9f9b572b6 +size 188194 diff --git a/tests/rust/re_integration_test/tests/snapshots/resize_view_horizontal_3.png b/tests/rust/re_integration_test/tests/snapshots/resize_view_horizontal_3.png index adfe31570782..9eb6c547e3d8 100644 --- a/tests/rust/re_integration_test/tests/snapshots/resize_view_horizontal_3.png +++ b/tests/rust/re_integration_test/tests/snapshots/resize_view_horizontal_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:051d3f647a69d96f5de350731506643e49e511785e1c0b17d7a4696398debb14 -size 188082 +oid sha256:59960cdcd355ee9d6b79a7d5703d24654190aa6f5a5e0fc643c84be4cf528394 +size 187841 diff --git a/tests/rust/re_integration_test/tests/snapshots/resize_view_vertical_1.png b/tests/rust/re_integration_test/tests/snapshots/resize_view_vertical_1.png index 52e9b9dfeeb7..b192fde3fb2f 100644 --- a/tests/rust/re_integration_test/tests/snapshots/resize_view_vertical_1.png +++ b/tests/rust/re_integration_test/tests/snapshots/resize_view_vertical_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:732d80ccd6bcad357671896969ce27d781943e7a89b8204b6b03778786e38cc6 -size 186641 +oid sha256:99e5c99fed74794ea86064c69dfdc109571122ac0934fa200586bf1aca3dd5c4 +size 186496 diff --git a/tests/rust/re_integration_test/tests/snapshots/resize_view_vertical_2.png b/tests/rust/re_integration_test/tests/snapshots/resize_view_vertical_2.png index 101f036c0ac4..efb64c43a450 100644 --- a/tests/rust/re_integration_test/tests/snapshots/resize_view_vertical_2.png +++ b/tests/rust/re_integration_test/tests/snapshots/resize_view_vertical_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98719f0d4c52f83e76f17977881d58d51d944c5262bd8e7865f1b601352f2e56 -size 186047 +oid sha256:2bdce2f0112ee221174ebe97825c36f5e08285895d1a72c6fba2b61c30fe059d +size 186447 diff --git a/tests/rust/re_integration_test/tests/snapshots/resize_view_vertical_3.png b/tests/rust/re_integration_test/tests/snapshots/resize_view_vertical_3.png index 6ce8aee5dc77..424d8dfa41c8 100644 --- a/tests/rust/re_integration_test/tests/snapshots/resize_view_vertical_3.png +++ b/tests/rust/re_integration_test/tests/snapshots/resize_view_vertical_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f166b6aa2b86261453f1b08f8bbed6bb4e5427ecf93c98520c2c825c6fa9ae9 -size 186716 +oid sha256:e687639520ba9583c0f1eddf6f58195c35bc74fa249a8e80aaf68fcd967bbb72 +size 186509 diff --git a/tests/rust/re_integration_test/tests/snapshots/streams_context_single_select_5.png b/tests/rust/re_integration_test/tests/snapshots/streams_context_single_select_5.png index 63844339c390..cb075f0f31fa 100644 --- a/tests/rust/re_integration_test/tests/snapshots/streams_context_single_select_5.png +++ b/tests/rust/re_integration_test/tests/snapshots/streams_context_single_select_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f51c037a9a36cee087e88cf1877361d72104796c27a9405a7f956e8b956b9e7 -size 56528 +oid sha256:f271e352c149a36f298298dbfb643f811382e1eef2a73eb4da1e155294079429 +size 56476