Reverse engineer a list of primitive shape drawing instructions for the diagram below.
size(10,10); stroke(0); point(1,1); line(1,5,1,9); line(0,9,6,3); rect(4,1,6,3); ellipse(7,8,4,3);
Note: this exercise could probably be improved by having an ellipse in the bottom right with a more obvious center pixel.









