Software renderer: Don't panic when rotation is used

Instead, just ignore the rotation.

(Rotation is currently used in the live-preview to show the collapsed
items. It shouldn't cause a panic even if rotation is not showning)

CC: #3068
This commit is contained in:
Olivier Goffart 2024-10-07 12:22:48 +02:00
parent 6ed506ab1f
commit d7e76c36cb

View file

@ -2553,7 +2553,7 @@ impl<'a, T: ProcessScene> crate::item_rendering::ItemRenderer for SceneBuilder<'
}
fn rotate(&mut self, _angle_in_degrees: f32) {
todo!()
// TODO (#6068)
}
fn apply_opacity(&mut self, opacity: f32) {