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

This commit is contained in:
Tom Hughes 2023-12-12 18:39:18 +00:00
commit 0f318c76df
5 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<svg xmlns='http://www.w3.org/2000/svg' width='26' height='10'>
<defs>
<pattern id='stripes' width='8' height='4' patternUnits='userSpaceOnUse'>
<line x2='8' y1='1' y2='1' stroke='#aad3df' stroke-width='2' />
</pattern>
</defs>
<rect width='100%' height='100%' fill='url(#stripes)' />
</svg>

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B