Next page | Contents page |

Exercise 6 - Graphics

Create a canvas 300 x 300 pixels. Draw borderless shapes on it like this:

Hint: you will need context.closePath (); to make a solid shape after using a list of vertices

Next page | Contents page |