Having reviewed the various globalCompositeOperation options for drawing on a 2D canvas, it occurs to me that destination-over
is essentially the same as the default source-over
but with the elements drawn in reverse.
I was wondering if anyone knows whether there's a performance difference between these two operations when the canvas calculates the composition and draws the pixels.