Replace the info shadow pngs with svg versions and make them themable
|
Before Width: | Height: | Size: 361 B |
|
Before Width: | Height: | Size: 526 B |
|
Before Width: | Height: | Size: 652 B |
24
YACReaderLibrary/qml/info-indicator.svg
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 164 17">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #f0f;
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
fill: #0ff;
|
||||
filter: url(#drop-shadow-1);
|
||||
}
|
||||
</style>
|
||||
<filter id="drop-shadow-1" x="-15" y="-4" width="194" height="30" filterUnits="userSpaceOnUse">
|
||||
<feOffset dx="0" dy="0"/>
|
||||
<feGaussianBlur result="blur" stdDeviation="3"/>
|
||||
<feFlood flood-color="#ff0" flood-opacity=".75"/>
|
||||
<feComposite in2="blur" operator="in"/>
|
||||
<feComposite in="SourceGraphic"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<polygon class="cls-2" points="170 17 -6 17 -6 5 81 5 89 15 97 5 170 5 170 17"/>
|
||||
<polygon class="cls-1" points="170 17 -6 17 -6 6 81 6 89 16 97 6 170 6 170 17"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 860 B |
|
Before Width: | Height: | Size: 120 B |
|
Before Width: | Height: | Size: 125 B |
|
Before Width: | Height: | Size: 135 B |
24
YACReaderLibrary/qml/info-shadow.svg
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1 17">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #0ff;
|
||||
filter: url(#drop-shadow-2);
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
fill: #f0f;
|
||||
}
|
||||
</style>
|
||||
<filter id="drop-shadow-2" x="-20" y="-4" width="41" height="30" filterUnits="userSpaceOnUse">
|
||||
<feOffset dx="0" dy="0"/>
|
||||
<feGaussianBlur result="blur" stdDeviation="3"/>
|
||||
<feFlood flood-color="#ff0" flood-opacity=".75"/>
|
||||
<feComposite in2="blur" operator="in"/>
|
||||
<feComposite in="SourceGraphic"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<rect class="cls-1" x="-11" y="5" width="23" height="12"/>
|
||||
<rect class="cls-2" x="-11" y="6" width="23" height="11"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 813 B |
|
Before Width: | Height: | Size: 121 B |
19
YACReaderLibrary/qml/info-top-shadow.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1 5">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #f0f;
|
||||
filter: url(#drop-shadow-3);
|
||||
}
|
||||
</style>
|
||||
<filter id="drop-shadow-3" x="-15" y="-19" width="31" height="28" filterUnits="userSpaceOnUse">
|
||||
<feOffset dx="0" dy="0"/>
|
||||
<feGaussianBlur result="blur" stdDeviation="3"/>
|
||||
<feFlood flood-color="#ff0" flood-opacity=".75"/>
|
||||
<feComposite in2="blur" operator="in"/>
|
||||
<feComposite in="SourceGraphic"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<rect class="cls-1" x="-6" y="-10" width="13" height="10"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 709 B |