Multi-stroke text effect in CSS

(yuanchuan.dev)

64 points | by cheeaun 6 hours ago ago

4 comments

  • assimpleaspossi 12 minutes ago

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

  • HughParry an hour ago

    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 3 hours ago

    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.

    • LoganDark an hour ago

      Shadows have to be spread in a circle to achieve an outline, so the general shape will converge to roughly a circle, barely following the shape of the text.