We are running cobalt with openGL enabled, and the graphics appear to display correctly under 1920x1080 resolution.
But once in a while, some icons in the "Settings" menu may have unexpected vertical lines on top (as shown in the picture).
We are guessing the icons are created from TTF font file, but we are not sure how it is rendering onto the screen.
We want to dump the icons to file at the following points to check what went wrong.
When the icon is actually converted to image. When the icon experience further modification. (eg, color change, bolding, etc) When the icons are rendered onto screen canvas.
Would really appreciate if someone can help to point out where in source code these events may be happening.