I’m trying to take a screenshot of SVG of my Sankey diagram generated by D3.js in React app. Every time I try to capture it using different libraries and methods, the edges of the links become rounded. Could someone explain why this happens and how to fix it?
You can find a simplified code sample in this CodeSandbox