rect(30, 20, 55, 55);
rect(30, 20, 55, 55, 7);
rect(30, 20, 55, 55, 3, 6, 12, 18);
CDN wasn't working with multiple canvases, so went back to local js copy for this page.
Also, very poor implementation of instances on my part.