Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

epaint: Added Shape::{scale,translate} wrappers #4090

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

varphone
Copy link
Contributor

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.

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.
@emilk emilk merged commit 4d776fd into emilk:master Mar 8, 2024
20 of 21 checks passed
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants