Polygons and the artistsColour wheel
HTML5 canvas element - polygons and the artists colour wheel
When drawing a circle, the computer program actually draws a polygon, with so many sides it looks like a circle. By actually specifying the number of sides the program can be made to draw regular polygons. The example below shows an octagon. Only some minor changes have been made to the original circle program.

