diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-11-20 15:51:07 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-11-20 15:51:07 +0100 |
| commit | cef46e6c40fed0089a20e44ff2f251c06878891c (patch) | |
| tree | a4f12ced1441a014f0446f5b01e3f0f87bdd21b5 /src/style/mod.rs | |
| parent | 70c0dd767452772d29167e39b1c4f919519422ce (diff) | |
Strokes
Diffstat (limited to 'src/style/mod.rs')
| -rw-r--r-- | src/style/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style/mod.rs b/src/style/mod.rs index 4588163b..4a8830f8 100644 --- a/src/style/mod.rs +++ b/src/style/mod.rs @@ -224,7 +224,7 @@ impl Default for TextStyle { }, top_edge: VerticalFontMetric::CapHeight, bottom_edge: VerticalFontMetric::Baseline, - fill: Paint::Color(Color::Rgba(RgbaColor::BLACK)), + fill: RgbaColor::BLACK.into(), families: Rc::new(FamilyStyle::default()), features: Rc::new(FontFeatures::default()), tracking: Em::zero(), |
