1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
matomo-injector/img/generate.sh

6 lines
117 B
Bash
Raw Normal View History

2017-08-27 20:49:16 +02:00
#!/bin/bash
for size in 128 256 512
do
inkscape -f icon.svg -w $size -h $size -e "logo-${size}x${size}.png"
done