Hello,
I have a problem concerning the LabelTTF showing up ugly.
The text shows up with dark artefacts surrounding it (I hope it’s visible in this image):
This only happens on the web when I visit the page with my Mac (Chrome, FF, Safari), not if I visit the same page with a device (android mobile).
I use cocos studio to build the scene, but also tried it with adding a label through script. The label’s position is on whole numbers and the scale X&Y are both set to 100. I have tried custom Fonts (ttf) and the standard Arial. I also tried making the scene bigger and smaller but that doesn’t help either. The Label just doesn’t come out looking right when the Label has a light and the background is dark. Almost like the anti-aliasing interpolates the background color as too dark.
What am I doing wrong here?
In this fiddle I just put text to the canvas it shows how I would want cocos to show my text too. So it’s not a problem native to canvas:
https://jsfiddle.net/da51Lezd/