-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
A-TextRendering and layout for charactersRendering and layout for charactersC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorP-RegressionFunctionality that used to work but no longer does. Add a test for this!Functionality that used to work but no longer does. Add a test for this!S-Needs-InvestigationThis issue requires detective work to figure out what's going wrongThis issue requires detective work to figure out what's going wrong
Milestone
Description
Bevy version
Bevy 0.15.0-rc.2
What you did
I spawned a Text2d during Setup
What went wrong
The text gets a different size and position at a scale factor of 2 compared to a scale factor of 1.
Additional information
Text that is updated after the scale factor is applied seems to behave as expected.
The FPS text is updated each frame and thus avoids this issue.
Metadata
Metadata
Assignees
Labels
A-TextRendering and layout for charactersRendering and layout for charactersC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorP-RegressionFunctionality that used to work but no longer does. Add a test for this!Functionality that used to work but no longer does. Add a test for this!S-Needs-InvestigationThis issue requires detective work to figure out what's going wrongThis issue requires detective work to figure out what's going wrong

