Upgrade ReverbSC plugin PNG assets to SVG (#7777)

This commit is contained in:
Fawn
2025-03-18 21:07:02 -06:00
committed by GitHub
parent 10c428b7a0
commit 953c6843cd
5 changed files with 14 additions and 1 deletions

View File

@@ -15,5 +15,5 @@ BUILD_PLUGIN(
MOCFILES
ReverbSCControls.h
ReverbSCControlDialog.h
EMBEDDED_RESOURCES artwork.png logo.png
EMBEDDED_RESOURCES artwork.svg logo.svg
)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 B

View File

@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" width="185" height="55">
<defs>
<linearGradient id="a">
<stop offset="0" stop-color="#08090c"/>
<stop offset="1" stop-color="#101116"/>
</linearGradient>
<linearGradient xlink:href="#a" id="b" x1="0" x2="0" y1="55" y2="0" gradientUnits="userSpaceOnUse"/>
</defs>
<path fill="url(#b)" d="M0 0h185v55H0z"/>
</svg>

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 774 B

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="48" height="48">
<path fill="#fff" d="M7.86719 2C3.95608 2 2 3.95608 2 7.86719V40.1328C2 44.04392 3.95608 46 7.86719 46H40.1328C44.04392 46 46 44.04392 46 40.13281V7.8672C46 3.95608 44.04392 2 40.13281 2H7.8672zM24 9l15 8.4375V35.25l-5.625 2.8125L27.75 35.25v-6.5625l5.625-2.8125V20.25L24 15.5625 14.625 20.25v5.625l5.625 2.8125V35.25l-5.625 2.8125L9 35.25V17.4375L24 9z"/>
</svg>

After

Width:  |  Height:  |  Size: 451 B