Hi, can a maintainer/expert please help me? I've tried everything.
Problem: trying to make a text renderer in Skia that can replicate Chromium's text, but despite being very close, they do not match:
- Windows 11
- Chrome browser
Notes: with the current code, every pixel is the same in both images, they just have different intensities. In other words: (other != 255) == (im != 255)).all() is True