1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Add Bezier Shapes #1120 (#1178)

This commit is contained in:
Xu Desheng
2022-01-31 14:26:31 -05:00
committed by GitHub
parent 4e99d8f409
commit 1f03f53dc0
11 changed files with 1488 additions and 2 deletions

View File

@@ -374,6 +374,8 @@ Notable contributions by:
egui is licensed under [MIT](LICENSE-MIT) OR [Apache-2.0](LICENSE-APACHE).
* The flattening algorithm for the cubic bezier curve and quadratic bezier curve is from [lyon_geom](https://docs.rs/lyon_geom/latest/lyon_geom/)
Default fonts:
* `emoji-icon-font.ttf`: [Copyright (c) 2014 John Slegers](https://github.com/jslegers/emoji-icon-font) , MIT License