Closed Greeeeyyyss closed 4 years ago
Hi! I have an SVG that does not render correctly when generating to pdf. I found out the clip-path element is causing the issue. Other SVGs I tried with clip path are fine.
`<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 493.12 612">
`
Here's the what the SVG looks like originally and how it is rendered.
Thanks for the report. The transform attribute was not used at all, it should be fixed now.
Hi! I have an SVG that does not render correctly when generating to pdf. I found out the clip-path element is causing the issue. Other SVGs I tried with clip path are fine.
`<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 493.12 612">
`
Here's the what the SVG looks like originally and how it is rendered.