Canvas is useful when using images and shapes in JavaScript. Since there are similar methods, let's organize the differences. "rect" and "fillRect" can both be used to draw rectangles. "rect" allows ...
Chris: Can you write me a javascript application that will run in a web browser and allow a user to draw a set of movable rectangles. Each rectangle being drawn by the user by right clicking on a ...