Skip to content

Commit

Permalink
fix: svg scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Sep 24, 2024
1 parent bb860f4 commit 8f3b61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiny_skia/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ impl Engine {
self.vector_pipeline.draw(
&handle.handle,
handle.color,
physical_bounds,
*bounds,
handle.opacity,
_pixels,
transform,
Expand Down

0 comments on commit 8f3b61e

Please sign in to comment.