mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
The `Shape::translate` method has been replaced with `Shape::transform`, which introduces breaking changes that could negatively impact existing users. This patch adds a `Shape::translate` wrapper to prevent these breaking changes.