Further resources
As I mentioned at the start of this chapter, I have neither the space nor the knowledge to impart all there is to know about SVG. Therefore, I’d like to make you aware of the following excellent resources, which provide additional depth and range on the subject:
- SVG Essentials, 2nd Edition, by J. David Eisenberg and Amelia Bellamy-Royds: https://www.oreilly.com/library/view/svg-essentials-2nd/9781491945308/
- “A Guide to SVG Animations (SMIL)” by Sara Soueidan: https://css-tricks.com/guide-svg-animations-smil/
- Testing media queries inside SVGs, by Jeremie Patonnier: http://jeremie.patonnier.net/experiences/svg/media-queries/test.html
- An SVG Primer for Today’s Browsers: https://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html
- “Understanding SVG Coordinate Systems and Transformations (Part 1)” by Sara Soueidan: https://sarasoueidan.com/blog/svg-coordinate-systems/
- “Hands On...