Multi-stroke text effect in CSS

64 points4 comments6 hours ago
assimpleaspossi

People should quit trying to make CSS a drawing tool--it is not--and start learning how to use SVG instead or images.

HughParry

I wonder why the firefox CSS rendering engine prefers to smooth out. Looks like a dramatically different implementation, but maybe that's just because it's an edge case of rendering

nicbou

Neat! It's unfortunate that the rendering is so different between browsers.

Have you tried the same thing with shadows? They can also be stacked, I believe.

show comments