Merge remote-tracking branch 'upstream/pull/4442'

This commit is contained in:
Tom Hughes 2023-12-29 19:11:38 +00:00
commit d92864ae49
8 changed files with 30 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

View file

@ -0,0 +1,5 @@
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='17' stroke-width='0.5'>
<rect x='-1' y='0.5' width='54' height='4' fill='#f9b29c' stroke='#c84e2f' />
<rect x='-1' y='6.5' width='54' height='4' fill='#fcd6a4' stroke='#a06b00' />
<rect x='-1' y='12.5' width='54' height='4' fill='#f7fabf' stroke='#707d05' />
</svg>

After

Width:  |  Height:  |  Size: 325 B

View file

@ -0,0 +1,5 @@
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='32'>
<rect x='-1' y='0.5' width='54' height='9' fill='#f9b29c' stroke='#c84e2f' />
<rect x='-1' y='11.5' width='54' height='9' fill='#fcd6a4' stroke='#a06b00' />
<rect x='-1' y='22.5' width='54' height='9' fill='#f7fabf' stroke='#707d05' />
</svg>

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 B

View file

@ -0,0 +1,4 @@
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='7' stroke-width='1.5'>
<path d='M0,1.5 H52' stroke='#f6967a' />
<path d='M0,5.5 H52' stroke='#f4c37d' />
</svg>

After

Width:  |  Height:  |  Size: 171 B

View file

@ -0,0 +1,5 @@
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='9'>
<path d='M0,1 H52' stroke='#f6967a' stroke-width='2' />
<path d='M0,5 H52' stroke='#f4c37d' stroke-width='2' />
<path d='M0,8.5 H52' stroke='#bbb' />
</svg>

After

Width:  |  Height:  |  Size: 220 B