Comment by tiborsaas
3 months ago
This is CSS dithering with "SVG backend" doing the heavy lifting by utilizing the feComposite filter
https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/E...
3 months ago
This is CSS dithering with "SVG backend" doing the heavy lifting by utilizing the feComposite filter
https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/E...
My first thought was, this is actually SVG in CSS right? The capabilities of SVG are so underrated.
I don't know how it makes sense that a vector graphics format has a filter format that can be applied to rasterized bitmaps though? Even more weird that I've used them on `<video>` too.