icons: pad the svg icon to be a square

This commit is contained in:
liushuyu 2022-07-04 21:35:20 -06:00
parent 2d8f0a4993
commit 692ded8dd1
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
2 changed files with 6 additions and 0 deletions

View File

@ -232,6 +232,7 @@
"post-install": [
"install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher",
"install -Dm644 ../org.yuzu_emu.yuzu.metainfo.xml /app/share/appdata/org.yuzu_emu.yuzu.metainfo.xml",
"install -Dm644 ../org.yuzu_emu.yuzu.svg /app/share/icons/hicolor/scalable/apps/org.yuzu_emu.yuzu.svg",
"desktop-file-edit --set-key StartupWMClass --set-value yuzu --set-key Exec --set-value yuzu-launcher /app/share/applications/org.yuzu_emu.yuzu.desktop"
],
"sources": [
@ -250,6 +251,10 @@
"type": "file",
"path": "org.yuzu_emu.yuzu.metainfo.xml"
},
{
"type": "file",
"path": "org.yuzu_emu.yuzu.svg"
},
{
"type": "file",
"path": "yuzu-launcher.sh"

1
org.yuzu_emu.yuzu.svg Normal file
View File

@ -0,0 +1 @@
<svg id="svg815" version="1.1" width="682.67" height="682.67" xmlns="http://www.w3.org/2000/svg"><defs id="defs7"><clipPath id="clip-path"><path id="rect4" fill="none" d="M-43-46.67h699.6v777.33H-43z"/></clipPath><style id="style2">.cls-2{clip-path:url(#clip-path)}</style></defs><g id="g823" transform="translate(34)"><g id="right"><g class="cls-2" clip-path="url(#clip-path)" id="g14"><g id="g827"><g id="g833"><path id="path835" d="M340.81 138v544.08c150.26 0 272.06-121.81 272.06-272.06S491.07 138 340.81 138M394 197.55a219.06 219.06 0 010 424.94V197.55" fill="#ff3c28"/></g></g></g></g><g id="left"><g class="cls-2" clip-path="url(#clip-path)" id="g20"><g id="g839"><g id="g845"><path id="path847" d="M272.79 1.92C122.53 1.92.73 123.73.73 274c0 150.27 121.8 272.07 272.06 272.07zm-53.14 59.59v425A219 219 0 01118 119.18a217.51 217.51 0 01101.65-57.67" fill="#0ab9e6"/></g></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 899 B