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
Black text only covers up some of the red images when viewed in Android:
Steps to Reproduce
Create several text elements in createJS and set lineheight values and set color to red. Then use PIXI to render text. Take image of canvas and set as background. Then change all text to black. Black text should cover up red images.
Environments
Latest CreateJS
PixiJS 5.3.4
Windows 10 Chrome 89
Android 9
When viewing in Chrome or Chromium it appears fine. When viewing in Android, the lineheight values are off for some fonts.
The text was updated successfully, but these errors were encountered:
Thanks for the reply, that got me pointed in a direction that yielded more testing results.
In the screenshots above, I'm using "ideographic" baseline. If I switch to "alphabetic" baseline, then they match. Unfortunately, my project requires that I use "ideographic" baseline.
The fact that "alphabetic" matches up but "ideographic" doesn't, does that help identify the cause of this issue?
Expected Behavior
Black text should cover up red images:
Current Behavior
Black text only covers up some of the red images when viewed in Android:
Steps to Reproduce
Create several text elements in createJS and set lineheight values and set color to red. Then use PIXI to render text. Take image of canvas and set as background. Then change all text to black. Black text should cover up red images.
Environments
Latest CreateJS
PixiJS 5.3.4
Windows 10 Chrome 89
Android 9
When viewing in Chrome or Chromium it appears fine. When viewing in Android, the lineheight values are off for some fonts.
The text was updated successfully, but these errors were encountered: