←back to thread

Nice things with SVG

(fuma-nama.vercel.app)
575 points fmerian | 1 comments | | HN request time: 0s | source
Show context
chrisweekly ◴[] No.43666995[source]
Even 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

replies(1): >>43667875 #
jamra ◴[] No.43667875[source]
Big fan of her book as well though I don’t know if the recommended tools are still relevant.
replies(1): >>43668272 #
srid ◴[] No.43668272[source]
Which book are you referring to?
replies(1): >>43668387 #
technetist ◴[] No.43668387[source]
Probably “SVG Animations” available through O’Reilly. It is from 2017. While many of the frameworks used have come and gone; there are a few stable concepts. If you can get it on sale, I’d recommend. Full price is a hard sell.
replies(3): >>43669506 #>>43669532 #>>43672579 #
1. j45 ◴[] No.43669532{3}[source]
Appreciate the intro to the book above - two additional useful SVG books. I think O'Reilly has a few more SVG titles

SVG Essentials: https://www.oreilly.com/library/view/svg-essentials-2nd/9781...

SVG Text Layout: https://www.oreilly.com/library/view/svg-text-layout/9781491...

The fact there’s a book on just text layout helped me learn how much depth there is in SVG.