feat(RES-43): Fix du warning magick convert (#16)
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good

Reviewed-on: #16
This commit is contained in:
2025-05-05 10:36:51 +02:00
parent ccda606af5
commit 166026a766
50 changed files with 334 additions and 166 deletions

View File

@ -1,23 +1,16 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x",
"filename" : "ic_close_article.png"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "ic_close_article@2x.png"
},
{
"idiom" : "universal",
"scale" : "3x",
"filename" : "ic_close_article@3x.png"
"filename" : "ic_close_article.svg",
"idiom" : "universal"
}
],
"info" : {
"version" : 1,
"author" : "ResgenSwift-Imagium"
"author" : "ResgenSwift-Imagium",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true,
"template-rendering-intent" : "original"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

View File

@ -0,0 +1,4 @@
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.41 1.41L10 0L5.705 4.295L1.41 0L0 1.41L4.295 5.705L0 10L1.41 11.41L5.705 7.115L10 11.41L11.41 10L7.115 5.705L11.41 1.41Z"
fill="#EFF2F4" />
</svg>

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 647 B