CSS Paint Order (fill & stroke)
css
There is a CSS property that allows you to change the order in which the browser paints text fill and stroke: paint-order
.
You could draw the stroke first, then fill over top.
I learnt this from @argyleink
There is a CSS property that allows you to change the order in which the browser paints text fill and stroke: paint-order
.
You could draw the stroke first, then fill over top.
I learnt this from @argyleink