Replace all the icons in the comic vine scraper with svg versions

This commit is contained in:
luisangelsm
2026-01-12 19:01:39 +01:00
parent 07eb103ce3
commit b9b8ad81a5
17 changed files with 101 additions and 8 deletions

View File

@ -2,14 +2,14 @@
<qresource prefix="/"> <qresource prefix="/">
<file>../images/accept_shortcut.svg</file> <file>../images/accept_shortcut.svg</file>
<file>../images/clear_shortcut.svg</file> <file>../images/clear_shortcut.svg</file>
<file>../images/comic_vine/downArrow.png</file> <file>../images/comic_vine/downArrow.svg</file>
<file>../images/comic_vine/nextPage.png</file> <file>../images/comic_vine/nextPage.svg</file>
<file>../images/comic_vine/previousPage.png</file> <file>../images/comic_vine/previousPage.svg</file>
<file>../images/comic_vine/radioChecked.png</file> <file>../images/comic_vine/radioChecked.svg</file>
<file>../images/comic_vine/radioUnchecked.png</file> <file>../images/comic_vine/radioUnchecked.svg</file>
<file>../images/comic_vine/rowDown.png</file> <file>../images/comic_vine/rowDown.svg</file>
<file>../images/comic_vine/rowUp.png</file> <file>../images/comic_vine/rowUp.svg</file>
<file>../images/comic_vine/upArrow.png</file> <file>../images/comic_vine/upArrow.svg</file>
<file>../images/comic_vine/checkBoxTick.svg</file> <file>../images/comic_vine/checkBoxTick.svg</file>
<file>../images/comics_view_toolbar/asignNumber.svg</file> <file>../images/comics_view_toolbar/asignNumber.svg</file>
<file>../images/comics_view_toolbar/big_size_grid_zoom.svg</file> <file>../images/comics_view_toolbar/big_size_grid_zoom.svg</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 4">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<polygon class="cls-1" points="5 1 0 1 2.5 4 5 1"/>
</svg>

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 8">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<polygon class="cls-1" points="0 0 0 8 7 4 0 0"/>
</svg>

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 8">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<polygon class="cls-1" points="7 8 7 0 0 4 7 8"/>
</svg>

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 B

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11">
<defs>
<style>
.cls-1 {
fill: #0ff;
}
.cls-2 {
fill: #f0f;
}
</style>
</defs>
<circle class="cls-2" cx="5.5" cy="5.5" r="5.29"/>
<circle class="cls-1" cx="5.5" cy="5.5" r="2.29"/>
</svg>

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<circle class="cls-1" cx="5.5" cy="5.5" r="5.29"/>
</svg>

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 7">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<polygon class="cls-1" points="4 7 8 0 0 0 4 7"/>
</svg>

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 7">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<polygon class="cls-1" points="4 0 8 7 0 7 4 0"/>
</svg>

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 4">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<polygon class="cls-1" points="0 4 5 4 2.5 1 0 4"/>
</svg>

After

Width:  |  Height:  |  Size: 278 B