I have tried to use globalCompositeOperation
in a loop passing it different
string (source-atop
, source-over
etc.) in the same 2D context but I noticed
that Firefox let draw me only few shapes while Opera only the last.
Now, my question is can I use only ONE globalCompositeOperation
at time into
the current context?