Ask HN: Would you use the Canvas element in production?
https://news.ycombinator.com/item?id=662902If you want to display relatively simple graphics, what are the problems with using the Canvas element? Deployment would include explorercanvas (http://code.google.com/p/explorercanvas) to handle IE compatability and use standard DOM for text. Are there some browser issues I'm not aware of?