These are the resources for the lessons in the SVG & Canvas unit.
For this unit we will create graphics first using SVG markup and then using the Canvas object in JavaScript.
The lessons for this unit are based on the content provided by W3 Schools and the Mozilla Developer Network (MDN).
<circle>
and <path>
to make pie slices (from this post on Stack Overflow)