Hi,
We're exporting a page to pdf that includes several chart svgs. When the pdf is opened in Chrome, the svgs include a thin drop shadow on the right and bottom of each chart, but when opened in Preview this shadow doesn't appear. We've dug pretty deep into the css and svg data and can't find any potential causes; other svgs (our logo, etc.) export fine. Any idea how we can address the discrepancy between views?
Thanks!
I have tried few scenarios, but I was not able to replicate the issue that you are describing. Here is one of the attempts: https://stackblitz.com/edit/react-hyl65w?file=app/main.tsx
Can you try to replicate the issue in stackblitz, so we can inspect it on our end?