Comment Re:HTML and Javascript? (Score 2, Interesting) 331
Agree with this. I have built a web site that allows drawing using the HTML5 canvas and it works fine. You would need to store persistent data somewhere but the
drawing is very easy and you can generate a PNG file from the canvas trivially.
This works with Firefox, Chrome and Opera on Windows and Linux. It won't work with IE7 and earlier (I haven't tried IE8 but I doubt it). It should work with Safari but I haven't tried it.
If interested, I can post links to good tutorials (but any reputable search engine should find them).