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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user