1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

[epaint] Tessellator: handle sharp path corners better

Switch to bevel joints instead of miter joints for > 90° corners
This commit is contained in:
Emil Ernerfeldt
2021-02-04 18:46:36 +01:00
parent 0f37b009d6
commit 0942a2aa3b
2 changed files with 31 additions and 9 deletions

View File

@@ -35,6 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed 🐛
* It is now possible to click widgets even when FPS is very low.
* Tessellator: handle sharp path corners better (switch to bevel instead of miter joints for > 90°).
## 0.8.0 - 2021-01-17 - Grid layout & new visual style