Nice things with SVG
31–40 of 112 posts
Re: Nice things with SVG
#32Re: Nice things with SVG
#33Even tho it's 8y old, Sarah Drasner's famous "SVG Can Do That ?" talk is still eye-opening for many. CSS has matured a ton since then (I'm less sure about SVG per se)... in any case it's HIGHLY recommended. Slides: https://slides.com/sdrasner/svg-can-do-that Video: https://youtu.be/ADXX4fmWHbo?si=6YPZkopyEDc8PSte
Re: Nice things with SVG
#34Svg Tailwind combo makes hover animations easy and fun.
Re: Nice things with SVG
#35Re: Nice things with SVG
#36Re: Nice things with SVG
#37Re: Nice things with SVG
#38Even tho it's 8y old, Sarah Drasner's famous "SVG Can Do That ?" talk is still eye-opening for many. CSS has matured a ton since then (I'm less sure about SVG per se)... in any case it's HIGHLY recommended. Slides: https://slides.com/sdrasner/svg-can-do-that Video: https://youtu.be/ADXX4fmWHbo?si=6YPZkopyEDc8PSte
Big fan of her book as well though I don’t know if the recommended tools are still relevant.
Re: Nice things with SVG
#39One fun thing that can be done with SVG files: you can use entities in an inline DTD to define constants to be shared across different places in the file. You can see some great examples of this in the SVGs in David Ellsworth's "Squares in Squares" page [0]. The major browsers have no issues with this, though note that some tools like Inkscape won't parse the DTD nor expand the entities. [0] https://kingbird.myphotos…
E.g. Billion laughs attack https://en.wikipedia.org/wiki/Billion_laughs_attack
Re: Nice things with SVG
#40SVG feels like a very underexplored and underused territory. You can do so many things with it. It really depends on your imagination. But you’ll possibly need to “hardcore” a lot of stuff, so yeah, depends on the use case as well.
Seems like it hits limits really fast — management/legibility gets difficult without groups and layers and performance doesn’t seem to scale well.
without groups and layers
As distinct from ``?