The output-dimension of the svg after converting into a pdf is grown by factor ~1.33 .
svg2pdf::convert_tree(svg, Options::default());
Exporting the file by Inkscape creates a paper-size of 85 × 55 mm, doing it with the svg2pdf command-linetool creates a 113 × 73 mm.
For my project I need the accurate-result made by the printer.
May be a coincidence: factor 1.3333 is the difference between 72dpi and 96dpi
The output-dimension of the svg after converting into a pdf is grown by factor ~1.33 .
svg2pdf::convert_tree(svg, Options::default());Exporting the file by Inkscape creates a paper-size of 85 × 55 mm, doing it with the svg2pdf command-linetool creates a 113 × 73 mm.
For my project I need the accurate-result made by the printer.
May be a coincidence: factor 1.3333 is the difference between 72dpi and 96dpi