Skip to content

Commit

Permalink
Link to linebender#541
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Apr 23, 2024
1 parent 24fdd3f commit 70e03db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scene.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ impl Scene {

impl From<Encoding> 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")]
Expand Down

0 comments on commit 70e03db

Please sign in to comment.