mirror of
https://github.com/emilk/egui.git
synced 2026-07-10 08:44:11 +00:00
4d776fd84e
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.