printpdf v0.2.2 Release Notes

    • ๐Ÿšš SVG functionality was removed (commented out), because it didn't work in the first place and only increased build times. So there's no point in keeping functionality that nobody ever used, because it didn't work.
    • โœ‚ Removed dependency on num
    • ๐Ÿ‘€ PdfDocument::save() now only has a T: Write bound instead of T: Write + Seek.