mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix problem with fast mode
This commit is contained in:
parent
83e9f85ccf
commit
2d07b9e77c
@ -2455,6 +2455,10 @@ impl RenderState {
|
||||
&node_render_state,
|
||||
target_surface,
|
||||
)?;
|
||||
} else {
|
||||
// This is necessary or the later flush_and_submit will be very slow
|
||||
self.surfaces
|
||||
.draw_into(SurfaceId::DropShadows, target_surface, None);
|
||||
}
|
||||
|
||||
self.render_shape(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user