Closed plnwtn closed 8 years ago
Shouldn't the last line of the answer to the exercise be rect(100,100,200,200) rather than rect(100,100,100,100) as shown in the answers?
Good question! The second two arguments refer to the width and height, not the xy location of the bottom corner. Try it in Processing and you'll see!
Shouldn't the last line of the answer to the exercise be rect(100,100,200,200) rather than rect(100,100,100,100) as shown in the answers?