Trying to use the multiply
blend mode on a canvas. In my animate method, I have the following code (React):
ctx.globalCompositeOperation = 'overlay';
This displays properly in Chrome and Firefox. However, in Safari, the blend mode is not respected and the top graphics appear with no blend mode applied.
Chrome:
Safari: