A CSS Tribute to SVG
This demo from Jérémie Patonnier is incredible. Make sure to look at it in Firefox because some Chrome bug apparently prevents the entire thing from working.
The big idea is that the entire demo is one element. That’s it. It is duplicated with
elements when needed, and each individual duplication is styled via CSS, which can control stuff like
stroke
, fill
, x
, y
, etc.
Direct Link to Article — Permalink
The post A CSS Tribute to SVG appeared first on CSS-Tricks.