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

egui_web: Vastly improve WebGL alpha blending

This finally fixes the rough edges on text, especially in light mode
This commit is contained in:
Emil Ernerfeldt
2021-06-04 23:03:48 +02:00
parent 2af86cd2c7
commit effd3c7440
3 changed files with 37 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ All notable changes to the `egui_web` integration will be noted in this file.
## Unreleased
### Fixed ⭐
* Improve alpha blending, making fonts look much better (especially in light mode)
* Fix double-paste bug