Merge pull request #718 from Voxay/main

fix: SVG color rendering issue in KDE
This commit is contained in:
Oskar Manhart
2025-09-08 20:19:52 +02:00
committed by GitHub

View File

@@ -7,8 +7,5 @@
<stop offset="1" stop-color="#7adcff"/> <stop offset="1" stop-color="#7adcff"/>
</linearGradient> </linearGradient>
</defs> </defs>
<style> <path id="Windows" fill="url(#g1)" fill-rule="evenodd" class="s0" d="m228 0h746v974h-974v-746c0-125.9 102.1-228 228-228zm746 2048h-746c-125.9 0-228-102.1-228-228v-746h974zm846-2048c125.9 0 228 102.1 228 228v746h-974v-974zm228 1820c0 125.9-102.1 228-228 228h-746v-974h974z"/>
.s0 { fill: url(#g1) }
</style>
<path id="Windows" fill-rule="evenodd" class="s0" d="m228 0h746v974h-974v-746c0-125.9 102.1-228 228-228zm746 2048h-746c-125.9 0-228-102.1-228-228v-746h974zm846-2048c125.9 0 228 102.1 228 228v746h-974v-974zm228 1820c0 125.9-102.1 228-228 228h-746v-974h974z"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 751 B

After

Width:  |  Height:  |  Size: 719 B