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…
You might want CS559 2023 Web
(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…