Invalid blending results across all browsers with HTML5 canvas
问题 Summary When repeatedly drawing anything (apparently with a low alpha value) on a canvas, regardless of if it's with drawImage() or a fill function, the resulting colors are significantly inaccurate in all browsers that I've tested. Here's a sample of the results I'm getting with a particular blend operation: Problem Demonstration For an example and some code to play with, check out this jsFiddle I worked up: http://jsfiddle.net/jMjFh/2/ The top set of data is a result of a test that you can