livesplit-core icon indicating copy to clipboard operation
livesplit-core copied to clipboard

Add Text Outline Support

Open CryZe opened this issue 4 years ago • 1 comments

This should mostly just be a stroke rendering in our renderer and some CSS in the web version. Fairly trivial to support.

CryZe avatar Feb 03 '21 21:02 CryZe

There are two possibilities here: We either render the stroke first and then the fill or vice versa. It looks like rendering the stroke first is the way to go as otherwise the glyph intersecting itself (which is a thing) would cause really ugly artifacts.

CryZe avatar Feb 07 '21 00:02 CryZe