SHA256
Adding catbee bee_tea and tea_cup ascii-SVG logos.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
for infile in bee_tea
|
||||
do
|
||||
inkscape --export-type=png --export-filename="./media/logo/${infile}_128.png" --export-dpi=24 "./src/${infile}.svg"
|
||||
inkscape --export-plain-svg --export-filename="./media/logo/${infile}_web.svg" "./src/${infile}.svg"
|
||||
done
|
||||
Reference in New Issue
Block a user