I'm drawing simple 2d2D line shapes using coordinate sets. (ie moveTo(x,y) drawTo (xfor example,y moveTo(x,y) drawTo(x,y)). II would like a tool that is like a sheet of graph paper. When I click on intersection points it records the coordinates I clicked and prints them to a dialog box. Hopefully
Hopefully it would be a simple website in javascript or something.
Thanks for any info you guys have! Does such a thing exist?