egui/crates
Patrick Marks a15040c011
Fix `visual_bounding_rect` for rotated text (#7050)
TextShape.visual_bounding_rect was not taking the text rotation into
account. I manually tested drawing the new bounding box on top of the
text for various rotations & anchor settings. For example:
<img width="191" alt="image"
src="https://github.com/user-attachments/assets/56528fc7-7e7d-45af-b92a-c1cd307ff205"
/>

The unit test I added will fail without this patch, but perhaps doesn't
add much value.

* [x] I have followed the instructions in the PR template
2025-05-18 19:19:12 +02:00
..
ecolor Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
eframe Disallow `accesskit` on Android NativeActivity, making `hello_android` working again (#6855) 2025-05-18 13:17:28 +02:00
egui Fix typo in deprecation message for `ComboBox::from_id_source` (#7055) 2025-05-18 13:02:58 +02:00
egui-wgpu Update to wgpu 25 (#6744) 2025-05-10 13:16:49 +02:00
egui-winit Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
egui_demo_app Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
egui_demo_lib Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
egui_extras Add `ImageLoader::has_pending` and `wait_for_pending_images` (#7030) 2025-05-08 09:27:52 +02:00
egui_glow Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
egui_kittest Update to wgpu 25 (#6744) 2025-05-10 13:16:49 +02:00
egui_plot Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
egui_web Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
emath Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
epaint Fix `visual_bounding_rect` for rotated text (#7050) 2025-05-18 19:19:12 +02:00
epaint_default_fonts Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00