From 70e03db1c653e1c4394fc6fa2a7633faff9b8e3f Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Tue, 23 Apr 2024 09:46:31 +0100 Subject: [PATCH] Link to #541 --- src/scene.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scene.rs b/src/scene.rs index 2d69c93c6..fb139f3f4 100644 --- a/src/scene.rs +++ b/src/scene.rs @@ -221,7 +221,8 @@ impl Scene { impl From for Scene { fn from(encoding: Encoding) -> Self { - // TODO: Properly update the estimator for the encoding. + // It's fine to create a default estimator here, and that field will be + // removed at some point - see https://github.com/linebender/vello/issues/541 Self { encoding, #[cfg(feature = "bump_estimate")]