Fix the Rasterize node to not ignore raster graphical data

This commit is contained in:
Keavon Chambers 2025-07-31 01:21:32 -07:00
parent 7e0a274bd1
commit abab145d65
3 changed files with 7 additions and 2 deletions

View file

@ -245,6 +245,7 @@ where
let resolution = footprint.resolution;
let render_params = RenderParams {
culling_bounds: None,
for_export: true,
..Default::default()
};