typst / svg2pdf

Converts SVG files to PDF.
Apache License 2.0
286 stars 33 forks source link

Allow writing into chunks #40

Closed laurmaedje closed 1 year ago

laurmaedje commented 1 year ago

This adapts svg2pdf to allow writing into pdf-writer's new Chunk type. This makes it more flexible to use. https://github.com/typst/pdf-writer/pull/18 must be merged (and possibly released) first.

This only minimal adapts the public interface. But the chunk type could maybe also be useful internally for things the Deferrer is used for at the moment?