-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
1 changed file
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters