Skip to content

Commit

Permalink
No blending
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Feb 4, 2025
1 parent 6b8eab7 commit fa5a45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/epaint/src/tessellator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@ impl Tessellator {

// We blend so that if the stroke is semi-transparent,
// the fill still shines through.
fill = fill.blend(stroke.color);
fill = stroke.color;

stroke = Stroke::NONE;
}
Expand Down

0 comments on commit fa5a45d

Please sign in to comment.