We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c43cfb commit fec20fbCopy full SHA for fec20fb
2 files changed
src/lib.rs
@@ -107,7 +107,7 @@ impl Default for Options {
107
viewport: None,
108
aspect: None,
109
dpi: 72.0,
110
- compress: false,
+ compress: true,
111
}
112
113
src/scale.rs
@@ -91,8 +91,6 @@ impl CoordToPdf {
91
92
offset_x -= viewbox.rect.x() * factor_x;
93
offset_y -= viewbox.rect.y() * factor_y;
94
- println!("{}", &offset_x);
95
- println!("{}", &offset_y);
96
97
CoordToPdf {
98
factor_x,
0 commit comments