Navigation Menu

Skip to content

Commit

Permalink
add small border to QGIS block
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 15, 2021
1 parent e8efe81 commit b1ae357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/splash/dev-splash/create-dev-splash.sh
Expand Up @@ -28,7 +28,7 @@ else
# touch avatars.dat
for p in 1 2; do
echo "downloading avatars page $p"
curl -u username:"$token" -H "Accept: application/vnd.github.v3+json" \
curl -H "Accept: application/vnd.github.v3+json" \
"https://api.github.com/repos/qgis/QGIS/contributors?page=${p}&per_page=$((number_of_avatars/2))" \
| jq -r "sort_by(.contributions) | reverse | .[] | \"\(.login) \(.avatar_url)\"" >> avatars.dat
done
Expand Down Expand Up @@ -69,7 +69,7 @@ done

# create QGIS block
echo "create QGIS block"
convert -background "${grey}" -density 1200 -resize 400x400 ../../icons/qgis_icon.svg mosaic/mosaic071.png
convert -background "${grey}" -density 1200 -resize 320x320 -gravity Center -extent 400x400 ../../icons/qgis_icon.svg mosaic/mosaic071.png

# create dev block
echo "create dev block"
Expand Down
Binary file modified images/splash/splash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b1ae357

Please sign in to comment.