Ok, Steemers!
Here is the second of three videos in this section--SVG Basics. Thank you to all who showed interest and voted on the first video in this section.
If you missed part 1 you can view it here.
In part 2, we will learn all about the basic visual building blocks in SVG. Almost every conceivable SVG image is created, at least in part, from these basic shapes and objects (or primitives). The basic shapes are:
- Rect
- Circle
- Line
- Polyline
- Polygon
- Path
Grasping these basics will give you the confidence to inspect any svg image you might come across without trepidation.
Here's part 2!