zyxw59 / subway_map.rs

A rewrite of https://github.com/zyxw59/subwayMap
MIT License
0 stars 0 forks source link

PDF output support #11

Open zyxw59 opened 1 year ago

zyxw59 commented 1 year ago

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-baseline attribute).

Some challenges:

https://docs.rs/pdf-writer/0.6.0/pdf_writer/ is probably useful.