Skip to content

Commit

Permalink
photon logo export tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phiarchitect committed Nov 15, 2020
1 parent 431fd5f commit 9249e35
Show file tree
Hide file tree
Showing 14 changed files with 989 additions and 10,424 deletions.
12 changes: 12 additions & 0 deletions photon/export.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash

if [[ $1 ]]; then

convert $1 -gravity Center -crop 1920x1080+0+0 +repage export/$1.screen.png
convert $1 -gravity Center -crop 1000x1000+0+0 +repage export/$1.square.png
convert export/$1.square.png -define icon:auto-resize=64,48,32,16 export/favicon.ico

else
echo "Specify file to convert"

fi
Binary file added photon/export/favicon.ico
Binary file not shown.
645 changes: 0 additions & 645 deletions photon/export/photon-logo-17-b.svg

This file was deleted.

Binary file added photon/export/photon-logo-plain.svg.screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photon/export/photon-logo-plain.svg.square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
731 changes: 427 additions & 304 deletions photon/photon-logo-inkscape.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed photon/photon-logo-inkscape.svg.png
Binary file not shown.
661 changes: 180 additions & 481 deletions photon/photon-logo-plain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions photon/photon-logo.svg → photon/photon-logo.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed photon/photon-logo.svg.png
Binary file not shown.
Binary file added photon/photon-logo.svg.screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7,792 changes: 0 additions & 7,792 deletions photon/temp.svg

This file was deleted.

849 changes: 362 additions & 487 deletions photon/test-plain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
709 changes: 0 additions & 709 deletions photon/test.svg.2020_09_12_13_31_02.0.svg

This file was deleted.

0 comments on commit 9249e35

Please sign in to comment.