1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Anti-alias path ends (#893)

Closes https://github.com/emilk/egui/issues/876
This commit is contained in:
Emil Ernerfeldt
2021-11-14 17:23:51 +01:00
committed by GitHub
parent a0b635dc21
commit 5fee6b7bc5
2 changed files with 110 additions and 26 deletions

View File

@@ -5,6 +5,7 @@ All notable changes to the epaint crate will be documented in this file.
## Unreleased
* `Rgba` now implements `Hash` ([#886](https://github.com/emilk/egui/pull/886)).
* Anti-alias path ends ([#893](https://github.com/emilk/egui/pull/893)).
## 0.15.0 - 2021-10-24