PDF output support #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
SVG is nice for its simplicity, but PDF is the gold standard for transit maps. Also there don't appear to be any SVG converter tools that support all the features we use (CSS styling,
dominant-baselineattribute).Some challenges:
https://docs.rs/pdf-writer/0.6.0/pdf_writer/ is probably useful.