You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Thanks for creating this utility, it has been really useful.
Just wanted to share an issue I've run into. I have an SVG containing a handful of <clipPath> and <mask>. Sometimes they work, and sometimes they don't. When they fail, they cause the rest of the page render to fail.
After playing with the online demo tool, I realized document size plays a factor. In my (limited) testing, the clip paths and masks worked fine in the default page size (US letter). My SVG is ~2200pt tall, so it gets truncated when using the US Letter page size. When I change the document size to the full height of the SVG, the rendering fails, as shown in this screenshot:
For now, my solution is to simply strip the <def> elements from the SVG before sending to SVGtoPDF. I lose my masks and clip paths, but the rest of the file renders correctly.
Happy to provide more info or help test. Thanks
My sample SVG:
The text was updated successfully, but these errors were encountered:
Hello. Thanks for creating this utility, it has been really useful.
Just wanted to share an issue I've run into. I have an SVG containing a handful of
<clipPath>
and<mask>
. Sometimes they work, and sometimes they don't. When they fail, they cause the rest of the page render to fail.After playing with the online demo tool, I realized document size plays a factor. In my (limited) testing, the clip paths and masks worked fine in the default page size (US letter). My SVG is ~2200pt tall, so it gets truncated when using the US Letter page size. When I change the document size to the full height of the SVG, the rendering fails, as shown in this screenshot:
For now, my solution is to simply strip the
<def>
elements from the SVG before sending to SVGtoPDF. I lose my masks and clip paths, but the rest of the file renders correctly.Happy to provide more info or help test. Thanks
My sample SVG:
The text was updated successfully, but these errors were encountered: