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

This commit is contained in:
Tom Hughes 2023-12-12 18:40:33 +00:00
commit 75042a04a1
9 changed files with 23 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B

View file

@ -0,0 +1,4 @@
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='3'>
<rect width='100%' height='100%' fill='#707070' />
<line x2='100%' y1='50%' y2='50%' stroke='white' stroke-dasharray='8' stroke-dashoffset='2' />
</svg>

After

Width:  |  Height:  |  Size: 216 B

View file

@ -0,0 +1,4 @@
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='4'>
<rect width='100%' height='100%' fill='#707070' />
<line x2='100%' y1='50%' y2='50%' stroke='white' stroke-dasharray='8' stroke-dashoffset='2' stroke-width='2' />
</svg>

After

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 B

View file

@ -0,0 +1,3 @@
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='3'>
<line x2='100%' y1='50%' y2='50%' stroke='#6e6e6e' stroke-width='1.5' />
</svg>

After

Width:  |  Height:  |  Size: 143 B