1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

Fix anti-aliasing of filled paths with counter-clockwise winding order

Part of https://github.com/emilk/egui/issues/1226
This commit is contained in:
Emil Ernerfeldt
2022-02-19 20:37:49 +01:00
parent 10634fc344
commit b8fbbf7d62
5 changed files with 61 additions and 20 deletions

View File

@@ -11,6 +11,7 @@ All notable changes to the epaint crate will be documented in this file.
* Added `ImageData` and `TextureManager` for loading images into textures ([#1110](https://github.com/emilk/egui/pull/1110)).
* Added `Shape::dashed_line_many` ([#1027](https://github.com/emilk/egui/pull/1027)).
* Replaced `corner_radius: f32` with `rounding: Rounding`, allowing per-corner rounding settings ([#1206](https://github.com/emilk/egui/pull/1206)).
* Fix anti-aliasing of filled paths with counter-clockwise winding order.
## 0.16.0 - 2021-12-29