Uncategorized24 Feb 2008 06:39 pm
Code released into public domain
Since I have moved on to other projects, I hereby release the JavaScript code (http://canvaspaint.org/paint.js) into the wild: If this code, messy as it is, is of any use to you, feel free to take it.
This expressly does not include images, cursors or any other intellectual property, the rights to which I do not own myself.

February 24th, 2008 at 19:0
Yes, this works great for me. Thanks.
March 16th, 2008 at 19:1
Thanks you!
I reaaally apreciate this contribution to the public domain! I will(try ;P) to use it in my online apps.
Thanks, Jeffrey
March 21st, 2008 at 07:1
Very cool! I’ve been working on an online vector editing program for over a year now, and remember that when I started, CanvasPaint.org was one of my main inspirations :)
Good luck with Soup.io
April 3rd, 2008 at 10:1
Hey can you make canvaspaint.org work with IE if the Novell XForms plugin is installed? It also adds tag support to IE, as you must be knowing already.
June 18th, 2008 at 20:1
ooops, in firefox 3 the canvaspaint does not render properly ¿somo quick and dirty fix?
June 22nd, 2008 at 16:1
Inspirated on your and another works, I make one drawing game using the tag.
The name is Gartic and is player for a lot of peoples in Brazil.
We recentily create a english version of the game, and I would like to show: http://www.gartic.net
July 27th, 2008 at 14:1
I get a dirty fix for firefox 3
in the css: add background color
#titlebar {
top:0px;
height:17px;
width:100%;
background-color:#093B6E;
}
in the javascript: delete the following
gradientcanvas = document.getElementById(’gradient’);
if(gradientcanvas.getContext){
var g = gradientcanvas.getContext(’2d’);
grad = g.createLinearGradient(0, 0, 200, 15);
grad.addColorStop(0, ‘#036′);
grad.addColorStop(1, ‘#ACF’);
g.fillStyle = grad;
g.fillRect(0, 0, 300, 17);
}
we lost the gradient in the title bar but render correctly in firefox 3
August 28th, 2008 at 04:1
Let’s vote for Canvas Tag support in IE8!
http://groups.google.com/group/google-excanvas/browse_thread/thread/6f35f6db27462b10/d4b77fa839073e01
September 7th, 2008 at 02:1
[...] it well. There is a very nice mock up of windows paint program that demos what is possible. The source code is available too. A quick try in different browsers shows some dramatic differences [...]