diagrams / diagrams-rasterific

Rasterific backend for diagrams
Other
15 stars 12 forks source link

[#58] Add Ability to Specify DPI of Generated PDFs #59

Closed prikhi closed 5 years ago

prikhi commented 5 years ago

Add a renderPdfBSWithDPI function that is similar to the renderPdfBS function, but allows specifying the DPI of the generated PDF.

Refactor the renderPdfBS function to use the new function, keeping the DPI at a fixed value of 96.

Fixes #58

byorgey commented 5 years ago

Thanks!