fschutt / printpdf

A fully-featured PDF library for Rust, WASM-ready
https://fschutt.github.io/printpdf/
MIT License
829 stars 98 forks source link

derive Clone for Svgs #143

Closed sizeru closed 1 year ago

sizeru commented 1 year ago

This is useful when you need multiple SVGs on layers or on different documents, and do not want to go through the expensive process of manually parsing an SVG again.