Skip to main content
added 1 characters in body
Source Link
user1430
user1430

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?

I'm drawing simple 2d line shapes using coordinate sets. (ie moveTo(x,y) drawTo(x,y). I 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 it would be a simple website in javascript or something.

Thanks for any info you guys have!

I'm drawing simple 2D line shapes using coordinate sets  (for example, moveTo(x,y) drawTo(x,y)). I 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 it would be a simple website in javascript or something. Does such a thing exist?

Source Link

tool for visualizing simple 2d shapes

I'm drawing simple 2d line shapes using coordinate sets. (ie moveTo(x,y) drawTo(x,y). I 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 it would be a simple website in javascript or something.

Thanks for any info you guys have!