mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Update dev splashscreen
This commit is contained in:
parent
ef3c301a34
commit
556fbee056
@ -64,7 +64,7 @@ mkdir -p mosaic
|
||||
rm -f mosaic/*.png
|
||||
for (( t=0; t<number_of_tiles; t++ )); do
|
||||
echo "tile $t"
|
||||
montage -background '#2e2e2eff' -geometry 200x200+2+2 -tile 3x3 avatars_${t}/*.png mosaic/mosaic$(printf "%02d" ${t})0.png
|
||||
montage -background "${grey}" -geometry 200x200+${tile_side-1}+${tile_side-1} -tile ${tile_side}x${tile_side} avatars_${t}/*.png mosaic/mosaic$(printf "%02d" ${t})0.png
|
||||
done
|
||||
|
||||
# create QGIS block
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 9.3 MiB After Width: | Height: | Size: 9.6 MiB |
Loading…
x
Reference in New Issue
Block a user