Skip to content

Commit f2fc057

Browse files
author
Günther Jena
committed
use default for transformation
1 parent b098e02 commit f2fc057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiny_skia/src/vector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ impl Pipeline {
5252
opacity,
5353
..tiny_skia::PixmapPaint::default()
5454
},
55-
Transform::from_scale(1.0, 1.0),
55+
Transform::default(),
5656
clip_mask,
5757
);
5858
}

0 commit comments

Comments
 (0)