diff --git a/examples/commithash.svg b/examples/commithash.svg index c9f3d75..1e0ff76 100644 --- a/examples/commithash.svg +++ b/examples/commithash.svg @@ -1,44 +1,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tools/genexamples.sh b/tools/genexamples.sh index 1e57cbd..1e7b821 100755 --- a/tools/genexamples.sh +++ b/tools/genexamples.sh @@ -23,4 +23,4 @@ done # Additionally, create an SVG for the current commit hash echo "Generating examples/commithash.svg" -python3 -m colorhash "$(git rev-parse HEAD)" --input-type hash --hash sha1 --matrix randomart --output-type svg --out examples/commithash.svg +python3 -m colorhash "$(git rev-parse HEAD)" --input-type hash --hash sha1 --output-type svg --out examples/commithash.svg