We’re almost at the end of our journey through the world of SVG in the browser – question is, what next? Where can we go from here? Well, that’s easy to answer: over the course of this chapter, we’ll work our way through some more involved examples, to give you, the reader, a flavor of what is possible, and why it is worth making the transition to using SVG within your web projects.
Manipulating SVG with JavaScript
Throughout the course of this book, we’ve made use of a number of libraries to help create and manipulate SVG graphics – after all, if it helps make it easier to create a custom animation effect, ...