SVG1: Getting Started with SVG
SVG is a file format for 2D vector (or object-oriented) graphics. (see the vector vs. image discussion). It is a web standard, and is now well supported by all major browsers.
Read more…
These pages are a 6 part SVG tutorial originally written in 2014 - the main content doesn’t really change much. The tutorial was originally targeted for CS559 students, but it can provide a decent starting point for anyone who wants to learn SVG.
These pages were converted from WordPress to Hugo in 2020, and then revised in 2021.
For a more comprehensive tutorial on SVG, I recommend the official Mozilla (Official) Vector Graphics Tutorial.
(This is part 4 of the 6 part SVG Tutorial))
On the last page, we saw that we could make groups out of primitives, and that we can also apply transformations to elements. The examples just applied transforms to primitives, but, of course, we can apply transforms to groups.
Read more…