diff --git a/crates/encoding/src/encoding.rs b/crates/encoding/src/encoding.rs index 997fada65..1eb524dfb 100644 --- a/crates/encoding/src/encoding.rs +++ b/crates/encoding/src/encoding.rs @@ -1,7 +1,7 @@ // Copyright 2022 The Vello authors // SPDX-License-Identifier: Apache-2.0 OR MIT -use super::{DrawColor, DrawTag, PathEncoder, PathTag, Transform}; +use super::{DrawColor, DrawTag, PathEncoder, PathTag, Style, Transform}; use peniko::{kurbo::Shape, BlendMode, BrushRef, Color, Fill}; @@ -25,8 +25,8 @@ pub struct Encoding { pub draw_data: Vec, /// The transform stream. pub transforms: Vec, - /// The line width stream. - pub linewidths: Vec, + /// The style stream + pub styles: Vec