fix: tiny-skia rendering

This commit is contained in:
Hojjat 2026-02-27 19:01:23 -07:00 committed by Ashley Wulber
parent f7dc180371
commit 4259b64bfc

View file

@ -598,7 +598,7 @@ impl Engine {
self.raster_pipeline.draw(
&image.handle,
image.filter_method,
*bounds,
physical_bounds,
image.opacity,
_pixels,
transform,
@ -629,7 +629,7 @@ impl Engine {
self.vector_pipeline.draw(
&svg.handle,
svg.color,
*bounds,
physical_bounds,
svg.opacity,
_pixels,
transform,