mirror of
https://github.com/bevyengine/bevy
synced 2024-11-13 00:17:27 +00:00
1a7f046c4d
# 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |