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

This commit is contained in:
Tom Hughes 2023-12-19 18:58:59 +00:00
commit 8a59b88498
6 changed files with 20 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

View file

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

After

Width:  |  Height:  |  Size: 197 B

View file

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

After

Width:  |  Height:  |  Size: 197 B

View file

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

After

Width:  |  Height:  |  Size: 214 B

View file

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

After

Width:  |  Height:  |  Size: 216 B