fix: replace base64 images with nested svg to fix rasterization blurriness

This commit is contained in:
2026-08-03 22:10:53 -04:00
parent d1719e5836
commit 84e236ea4c
3 changed files with 18 additions and 14 deletions
Generated
-7
View File
@@ -23,12 +23,6 @@ version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
[[package]]
name = "base64"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9"
[[package]]
name = "bitflags"
version = "2.13.1"
@@ -408,7 +402,6 @@ name = "icon-color-tool"
version = "0.1.0"
dependencies = [
"anyhow",
"base64",
"gtk4",
"regex",
"serde",