mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 23:30:04 -04:00
Fix incorrect color fringe colors on SVG:s (#7069)
This is a problem that affected the fringes on all SVG:s with transparency, especially on a light background. ## Before  ## After 
This commit is contained in:
@@ -16,7 +16,7 @@ include = [
|
||||
"../LICENSE-MIT",
|
||||
"**/*.rs",
|
||||
"Cargo.toml",
|
||||
"data/icon.png",
|
||||
"data/*",
|
||||
]
|
||||
|
||||
[lints]
|
||||
@@ -43,7 +43,7 @@ syntect = ["egui_extras/syntect"]
|
||||
|
||||
[dependencies]
|
||||
egui = { workspace = true, default-features = false, features = ["color-hex"] }
|
||||
egui_extras = { workspace = true, features = ["default"] }
|
||||
egui_extras = { workspace = true, features = ["default", "file", "svg"] }
|
||||
|
||||
unicode_names2 = { version = "0.6.0", default-features = false } # this old version has fewer dependencies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user