Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash/freeze when zooming out too far in a plot (#5737)
### What We reach `i64::MAX` pretty quickly when zooming out on e.g. https://github.com/rerun-io/example-rs-github-stars. In debug builds this overflow would lead to a crash. In release I think it results in a freeze. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [app.rerun.io](https://app.rerun.io/pr/5737/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/5737/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [app.rerun.io](https://app.rerun.io/pr/5737/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! - [PR Build Summary](https://build.rerun.io/pr/5737) - [Docs preview](https://rerun.io/preview/62226e544f05221313db4abd9476f40caef73c9d/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/62226e544f05221313db4abd9476f40caef73c9d/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
- Loading branch information