Skip to content

Commit

Permalink
background color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Oct 16, 2024
1 parent c0c59e0 commit c29b602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiny_skia/src/window/compositor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl crate::graphics::Compositor for Compositor {
clip_mask: tiny_skia::Mask::new(width, height)
.expect("Create clip mask"),
layer_stack: VecDeque::new(),
background_color: Color::BLACK,
background_color: Color::TRANSPARENT,
max_age: 0,
};

Expand Down

0 comments on commit c29b602

Please sign in to comment.