You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though Text's default image filtering is blended by default, the text still renders in a pixelated.
// Game set to pixel artconstgame=newex.Engine({
...
antialiasing: false});// Text smoothing is onconsttext=newText({text: 'Wave 1',font: newFont({size: 32,family: 'Kanit, sans-serif',quality: 8,smoothing: true}),})
Expected Result
Text graphics should render smoothed/crisp if possible by default
Actual Result
Text is pixelated
Environment
browsers and versions: Chrome 100
operating system: Windows 11
Excalibur versions: v0.25.2
(anything else that may be relevant)
Current Workaround
None
The text was updated successfully, but these errors were encountered:
eonarheim
added
the
bug
This issue describes undesirable, incorrect, or unexpected behavior
label
Apr 9, 2022
Steps to Reproduce
Even though
Text
's default image filtering is blended by default, the text still renders in a pixelated.Expected Result
Text graphics should render smoothed/crisp if possible by default
Actual Result
Text is pixelated
Environment
Current Workaround
None
The text was updated successfully, but these errors were encountered: