diff --git a/.github/assets/hello_world.png b/.github/assets/hello_world.png index 09968d9..03583f8 100644 Binary files a/.github/assets/hello_world.png and b/.github/assets/hello_world.png differ diff --git a/src/brush.rs b/src/brush.rs index a70a7ad..e9e871e 100644 --- a/src/brush.rs +++ b/src/brush.rs @@ -19,7 +19,7 @@ impl Brush { } pub fn from_color(color: Color) -> Self { - let color = color.to_linear(); + let color = color.to_srgba(); Self { value: peniko::Brush::Solid(peniko::Color::rgba( color.red as f64,