Canvas Context   I like to think of working with the canvas as telling a robot how to draw something, and this is done primarily through the canvas context. The context is also where you set all the styling like fill style, stroke style, line width, alpha, shadow, font, transforms, filters, blend modes, etc. Think of it kind of like the current CSS style.   Here's a list of all the properties and methods available on the context. https://developer.mozilla.org/en-US/docs/
    • Like
    4