Halftone over gradient using SVG
Is it possible to create an SVG filter stack to convert a gradient to a halftone? I found this but I would prefer an SVG filter over canvas:
http://anderoonies.github.io/projects/halftone/#generating-halftones
JavaScript of Halftone Printing
Recreating something old
4 Replies
there's this article from a few month back about doing this with CSS. I'm not sure what the limitations are though. https://css-irl.info/css-halftone-patterns/
CSS { In Real Life } | CSS Halftone Patterns
CSS { In Real Life } | CSS Halftone Patterns
Thank you! Exactly what I
Tailwind Play
Tailwind Play
An advanced online playground for Tailwind CSS that lets you use all of Tailwind's build-time features directly in the browser.
Oh, btw, I don't use mask-image. I just add another linear-gradient on top
Good enough for my usage
Thank you again!