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

Fix gif in CHANGELOG.md

This commit is contained in:
Emil Ernerfeldt
2025-02-04 17:03:38 +01:00
parent 5c372a7b36
commit d7453e42d3

View File

@@ -22,7 +22,7 @@ Changes since the last release can be found at <https://github.com/emilk/egui/co
This release adds the `Scene` container to egui. It is a pannable, zoomable canvas that can contain `Widget`s and child `Ui`s. This release adds the `Scene` container to egui. It is a pannable, zoomable canvas that can contain `Widget`s and child `Ui`s.
This will make it easier to e.g. implement a graph editor. This will make it easier to e.g. implement a graph editor.
![image](https://github.com/user-attachments/assets/b37d56ef-f6ef-46be-bb99-6eb25b6efca9) ![scene](https://github.com/user-attachments/assets/7dc5e395-a3cb-4bf3-83a3-51a76a48c409)
#### Clearer, pixel perfect rendering #### Clearer, pixel perfect rendering
The tessellator has been updated for improved rendering quality and better performance. It will produce fewer vertices The tessellator has been updated for improved rendering quality and better performance. It will produce fewer vertices