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

event transform and rotation #664

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Conversation

jrmoulton
Copy link
Collaborator

@jrmoulton jrmoulton commented Nov 5, 2024

Fixes #75

@jrmoulton
Copy link
Collaborator Author

rotated-text2.mp4

@jrmoulton
Copy link
Collaborator Author

@timsueberkrueb finally got around to this

@jrmoulton jrmoulton merged commit efc1e2b into lapce:main Nov 5, 2024
7 checks passed
@jrmoulton jrmoulton deleted the event-transform branch November 5, 2024 07:03
@@ -237,9 +237,19 @@ impl<W> TinySkiaRenderer<W> {
..Default::default()
};

let transform = transform.as_coeffs();
let scale = self.scale as f32;
let transform = Transform::from_row(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed?

@timsueberkrueb
Copy link
Contributor

This is great, thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rotate text
2 participants