mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -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.