mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
Merge pull request #8956 from penpot/alotor-poc-nofast-mode
🐛 Fix problem with fast mode
This commit is contained in:
commit
a6c3767e2b
@ -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