Open
Description
Bevy vello seems to ignore the size of your projection which might be different from the size of your physical rendering area.
Bevy scales the projection using this enum:
https://docs.rs/bevy/latest/bevy/render/camera/enum.ScalingMode.html
I think bevy vello should be able to match the output from these scaling modes.