Files
colorhash/examples/commithash.svg
Alek Ratzloff c17326f4e7 Refactor matricizer, fix some linter complaints
* Matricizer.choose_dimensions was not actually being used. It has been
  removed, and dimensions of the hash matrix are now determined
  internally by the matricizer, rather than in its constructor.
* Linter was complaining about missing documentation and some other
  minor styling things so those are fixed
* Linter had a few more stupid lints enabled ("too-many-statements"?
  really? god forbid your code is too long, I'm not a computer science
  student, come on guys)

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-06-03 12:20:07 -07:00

42 lines
3.2 KiB
XML

<svg width="256" height="160" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="32" height="32" fill="hsl(30.00,100.00%,6.67%)" />
<rect x="32" y="0" width="32" height="32" fill="hsl(30.00,100.00%,36.67%)" />
<rect x="64" y="0" width="32" height="32" fill="hsl(30.00,100.00%,10.00%)" />
<rect x="96" y="0" width="32" height="32" fill="hsl(30.00,100.00%,0.00%)" />
<rect x="128" y="0" width="32" height="32" fill="hsl(30.00,100.00%,0.00%)" />
<rect x="160" y="0" width="32" height="32" fill="hsl(30.00,100.00%,23.33%)" />
<rect x="192" y="0" width="32" height="32" fill="hsl(30.00,100.00%,0.00%)" />
<rect x="224" y="0" width="32" height="32" fill="hsl(30.00,100.00%,26.67%)" />
<rect x="0" y="32" width="32" height="32" fill="hsl(30.00,100.00%,16.67%)" />
<rect x="32" y="32" width="32" height="32" fill="hsl(30.00,100.00%,3.33%)" />
<rect x="64" y="32" width="32" height="32" fill="hsl(30.00,100.00%,30.00%)" />
<rect x="96" y="32" width="32" height="32" fill="hsl(30.00,100.00%,36.67%)" />
<rect x="128" y="32" width="32" height="32" fill="hsl(30.00,100.00%,10.00%)" />
<rect x="160" y="32" width="32" height="32" fill="hsl(30.00,100.00%,36.67%)" />
<rect x="192" y="32" width="32" height="32" fill="hsl(30.00,100.00%,33.33%)" />
<rect x="224" y="32" width="32" height="32" fill="hsl(30.00,100.00%,3.33%)" />
<rect x="0" y="64" width="32" height="32" fill="hsl(30.00,100.00%,26.67%)" />
<rect x="32" y="64" width="32" height="32" fill="hsl(30.00,100.00%,20.00%)" />
<rect x="64" y="64" width="32" height="32" fill="hsl(30.00,100.00%,43.33%)" />
<rect x="96" y="64" width="32" height="32" fill="hsl(30.00,100.00%,6.67%)" />
<rect x="128" y="64" width="32" height="32" fill="hsl(30.00,100.00%,3.33%)" />
<rect x="160" y="64" width="32" height="32" fill="hsl(30.00,100.00%,13.33%)" />
<rect x="192" y="64" width="32" height="32" fill="hsl(30.00,100.00%,3.33%)" />
<rect x="224" y="64" width="32" height="32" fill="hsl(30.00,100.00%,50.00%)" />
<rect x="0" y="96" width="32" height="32" fill="hsl(30.00,100.00%,10.00%)" />
<rect x="32" y="96" width="32" height="32" fill="hsl(30.00,100.00%,23.33%)" />
<rect x="64" y="96" width="32" height="32" fill="hsl(30.00,100.00%,0.00%)" />
<rect x="96" y="96" width="32" height="32" fill="hsl(30.00,100.00%,23.33%)" />
<rect x="128" y="96" width="32" height="32" fill="hsl(30.00,100.00%,43.33%)" />
<rect x="160" y="96" width="32" height="32" fill="hsl(30.00,100.00%,13.33%)" />
<rect x="192" y="96" width="32" height="32" fill="hsl(30.00,100.00%,16.67%)" />
<rect x="224" y="96" width="32" height="32" fill="hsl(30.00,100.00%,6.67%)" />
<rect x="0" y="128" width="32" height="32" fill="hsl(30.00,100.00%,3.33%)" />
<rect x="32" y="128" width="32" height="32" fill="hsl(30.00,100.00%,50.00%)" />
<rect x="64" y="128" width="32" height="32" fill="hsl(30.00,100.00%,16.67%)" />
<rect x="96" y="128" width="32" height="32" fill="hsl(30.00,100.00%,30.00%)" />
<rect x="128" y="128" width="32" height="32" fill="hsl(30.00,100.00%,10.00%)" />
<rect x="160" y="128" width="32" height="32" fill="hsl(30.00,100.00%,16.67%)" />
<rect x="192" y="128" width="32" height="32" fill="hsl(30.00,100.00%,13.33%)" />
<rect x="224" y="128" width="32" height="32" fill="hsl(30.00,100.00%,36.67%)" />
</svg>