Update SVG examples since a few things (dimensions, palette selection) have changed

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2024-05-30 11:51:47 -07:00
parent 782c1fc8d1
commit 30ed7ce21e
36 changed files with 2532 additions and 2680 deletions

View File

@@ -0,0 +1,34 @@
<svg width="256" height="128" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="32" height="32" fill="hsl(0.00,0.00%,57.00%)" />
<rect x="32" y="0" width="32" height="32" fill="hsl(0.00,0.00%,83.00%)" />
<rect x="64" y="0" width="32" height="32" fill="hsl(0.00,0.00%,57.00%)" />
<rect x="96" y="0" width="32" height="32" fill="hsl(0.00,0.00%,67.00%)" />
<rect x="128" y="0" width="32" height="32" fill="hsl(0.00,0.00%,77.00%)" />
<rect x="160" y="0" width="32" height="32" fill="hsl(0.00,0.00%,90.00%)" />
<rect x="192" y="0" width="32" height="32" fill="hsl(0.00,0.00%,90.00%)" />
<rect x="224" y="0" width="32" height="32" fill="hsl(0.00,0.00%,67.00%)" />
<rect x="0" y="32" width="32" height="32" fill="hsl(0.00,0.00%,97.00%)" />
<rect x="32" y="32" width="32" height="32" fill="hsl(0.00,0.00%,83.00%)" />
<rect x="64" y="32" width="32" height="32" fill="hsl(0.00,0.00%,97.00%)" />
<rect x="96" y="32" width="32" height="32" fill="hsl(0.00,0.00%,77.00%)" />
<rect x="128" y="32" width="32" height="32" fill="hsl(0.00,0.00%,93.00%)" />
<rect x="160" y="32" width="32" height="32" fill="hsl(0.00,0.00%,63.00%)" />
<rect x="192" y="32" width="32" height="32" fill="hsl(0.00,0.00%,53.00%)" />
<rect x="224" y="32" width="32" height="32" fill="hsl(0.00,0.00%,50.00%)" />
<rect x="0" y="64" width="32" height="32" fill="hsl(0.00,0.00%,87.00%)" />
<rect x="32" y="64" width="32" height="32" fill="hsl(0.00,0.00%,70.00%)" />
<rect x="64" y="64" width="32" height="32" fill="hsl(0.00,0.00%,90.00%)" />
<rect x="96" y="64" width="32" height="32" fill="hsl(0.00,0.00%,100.00%)" />
<rect x="128" y="64" width="32" height="32" fill="hsl(0.00,0.00%,100.00%)" />
<rect x="160" y="64" width="32" height="32" fill="hsl(0.00,0.00%,90.00%)" />
<rect x="192" y="64" width="32" height="32" fill="hsl(0.00,0.00%,57.00%)" />
<rect x="224" y="64" width="32" height="32" fill="hsl(0.00,0.00%,60.00%)" />
<rect x="0" y="96" width="32" height="32" fill="hsl(0.00,0.00%,87.00%)" />
<rect x="32" y="96" width="32" height="32" fill="hsl(0.00,0.00%,80.00%)" />
<rect x="64" y="96" width="32" height="32" fill="hsl(0.00,0.00%,87.00%)" />
<rect x="96" y="96" width="32" height="32" fill="hsl(0.00,0.00%,67.00%)" />
<rect x="128" y="96" width="32" height="32" fill="hsl(0.00,0.00%,83.00%)" />
<rect x="160" y="96" width="32" height="32" fill="hsl(0.00,0.00%,57.00%)" />
<rect x="192" y="96" width="32" height="32" fill="hsl(0.00,0.00%,63.00%)" />
<rect x="224" y="96" width="32" height="32" fill="hsl(0.00,0.00%,97.00%)" />
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB