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
I try to reuse the same SVG object on few pages.
But I cannot find any better solution than just parse the same SVG file for each page.
I found that all fields of Svg struct are clonable. Maybe it is save to just make Svg cloneable too?
BTW. Thank You for your great work on printpdf!
The text was updated successfully, but these errors were encountered:
Right now the SVG is stored on the pages/Resources dictionary, but you'd need it to be stored on the document (so that it is visible to multiple pages).
I try to reuse the same SVG object on few pages.
But I cannot find any better solution than just parse the same SVG file for each page.
I found that all fields of Svg struct are clonable. Maybe it is save to just make Svg cloneable too?
BTW. Thank You for your great work on printpdf!
The text was updated successfully, but these errors were encountered: