Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[CP] Ensure full transform is applied to glyphs#54398

Merged
auto-submit[bot] merged 2 commits into
flutter-team-archive:flutter-3.24-candidate.0from
jonahwilliams:fix_glyph_scaling
Aug 12, 2024
Merged

[CP] Ensure full transform is applied to glyphs#54398
auto-submit[bot] merged 2 commits into
flutter-team-archive:flutter-3.24-candidate.0from
jonahwilliams:fix_glyph_scaling

Conversation

@jonahwilliams

@jonahwilliams jonahwilliams commented Aug 7, 2024

Copy link
Copy Markdown
Contributor

Ensure that RTL glyphs render correctly.

Jonah Williams added 2 commits August 7, 2024 10:27
…-team-archive#53819)

Fixes flutter/flutter#151521

My change made the text size absorb the scale, so I wasn't applying the full transform. That is incorrect if there are negative scales.
…pixels when computing text positions. (flutter-team-archive#54015)

Dividing then multipliying can lead to position values like 432.99987 which end up losing a pixel.
@itsjustkevin itsjustkevin added the autosubmit Merge PR when tree becomes green via auto submit App label Aug 12, 2024
@auto-submit auto-submit Bot merged commit 2d6a7f8 into flutter-team-archive:flutter-3.24-candidate.0 Aug 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App e: impeller

Development

Successfully merging this pull request may close these issues.

3 participants