bevy/crates/bevy_ui
ickshonpe 1a7f046c4d
Fix size of clipped text glyphs. (#8197)
# Objective

Text glyphs that were clipped were not sized correctly because the
transform extracted from the `extract_text_uinodes` had a scaling on it
that wasn't accounted for.

fixes #8167

## Solution

Remove the scaling from the transform and multiply the size of the
glyphs by the inverse of the scale factor.
2023-04-05 22:26:52 +00:00
..
src Fix size of clipped text glyphs. (#8197) 2023-04-05 22:26:52 +00:00
Cargo.toml Upgrade Taffy requirement to v0.3.5 (#7959) 2023-03-07 22:10:35 +00:00