Hi Team,
We are facing issue in Kendo React PDF Export in Safari Browser. When we download the PDF from that browser some text content in the pdf are overlapping completely one on another. I can see this issue also in the GitHub Kendo UI Core issues. https://github.com/telerik/kendo-ui-core/issues/6240. There is it mentioned to over ride the node_modules file separately and manually. Can we have some fix for this bug or any other way around to fix this particular issue on our side.
I tried in my local by modifying the Node_modules file directly by following the above discussion and it is working fine after that. The modification is like below.
under node modules/@progress/kendo-drawing/dist/es/html/core.js
removing the specific If condition block of `if(microsoft || browser.chrome) {`. After reloading it is working fine.
Would be very helpful if you provide better solution for this issue.
Thanks,
Srivathsa Kavirayuni.