Made a small adjustment to the button_y_PS helpsystem button

This commit is contained in:
Leon Styhre 2025-03-13 22:43:23 +01:00
parent 539ba2184a
commit 6a39db2e83

View file

@ -1,5 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="64" height="64" version="1.1" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
<circle id="outline" cx="32" cy="32" r="28" fill="none" stroke="#fff" stroke-width="2"/>
<path id="button_triangle" d="m32 4a28 28 0 0 0-28 28 28 28 0 0 0 28 28 28 28 0 0 0 28-28 28 28 0 0 0-28-28zm-0.052734 7a2.0002 2.0002 0 0 1 1.8105 1.0449l15.934 29.35a2.0002 2.0002 0 0 1-1.7559 2.9531h-31.871a2.0002 2.0002 0 0 1-1.7559-2.9531l15.934-29.35a2.0002 2.0002 0 0 1 1.7051-1.0449zm0.052734 6.1914-12.572 23.156h25.145l-12.572-23.156z" fill="#fff"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="64"
height="64"
version="1.1"
viewBox="0 0 64 64"
id="svg1"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<circle
id="outline"
cx="32"
cy="32"
r="28"
fill="none"
stroke="#fff"
stroke-width="2" />
<path
id="button_triangle"
d="M 32,4 C 16.536027,4 4,16.536027 4,32 4,47.463973 16.536027,60 32,60 47.463973,60 60,47.463973 60,32 60,16.536027 47.463973,4 32,4 Z m -0.05273,7.424544 c 0.751969,-0.01985 1.451495,0.383865 1.8105,1.0449 l 15.934,29.35 c 0.721564,1.331683 -0.241295,2.951033 -1.7559,2.9531 h -31.871 c -1.514605,-0.0021 -2.477464,-1.621417 -1.7559,-2.9531 l 15.934,-29.35 c 0.340969,-0.627821 0.990911,-1.026111 1.7051,-1.0449 z m 0.05273,6.1914 -12.572,23.156 h 25.145 l -12.572,-23.156 z"
fill="#ffffff" />
</svg>

Before

Width:  |  Height:  |  Size: 595 B

After

Width:  |  Height:  |  Size: 924 B