We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c957e93 commit 499e2dcCopy full SHA for 499e2dc
crates/ark/src/plots/graphics_device.rs
@@ -414,14 +414,6 @@ impl DeviceContext {
414
format: plot_meta.format,
415
};
416
417
- // Update the current rendering policy so that pre-rendering is
418
- // as accurate as possible.
419
- // TODO: Once we get render policy events we should use that instead.
420
- // This way a one-off render request with special settings won't cause
421
- // the next pre-render to be invalid and force the frontend to request
422
- // a proper render.
423
- self.current_render_settings.replace(settings);
424
-
425
let data = self.render_plot(&id, &settings)?;
426
let mime_type = Self::get_mime_type(&plot_meta.format);
427
0 commit comments