Created attachment 416605 [details] SVG with shadow on Safari Drawing SVGs onto the HTML5 canvas with shadows results in each individual shape within an SVG getting its own shadow, which creates a sort of layering effect. Also, the shadows are cropped to fit within the SVG's bounds. Here is how it should look (Chrome): https://i.stack.imgur.com/IrCwP.png and here is how Safari renders it: https://i.stack.imgur.com/gbIB3.png
Can you please attach the test case itself instead of the screenshot?
Created attachment 416672 [details] Testcase - draws SVG with shadow in HTML5 canvas
(In reply to Said Abou-Hallawa from comment #1) > Can you please attach the test case itself instead of the screenshot? Just added! Hope that helps.
Thanks for filing, I can reproduce this on Safari 13.1.3 as well as STP 117 (14.1). Does not reproduce in Firefox or Chrome.
<rdar://problem/72593744>