Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add promo tiles for Chrome Web Store #26

Merged
merged 1 commit into from
Dec 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions src/icons/generate-icons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ end
--export-height=640 \
treetop-social.svg

inkscape \
--export-filename="generated/misc/treetop-promo-small.png" \
--export-type="png" \
--export-area-page \
--export-width=440 \
--export-height=280 \
treetop-promo-small.svg

inkscape \
--export-filename="generated/misc/treetop-promo-marquee.png" \
--export-type="png" \
--export-area-page \
--export-width=1400 \
--export-height=560 \
treetop-promo-marquee.svg

# Generate optimized SVG icon.
# Requires scour: https://github.com/scour-project/scour

Expand Down
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 src/icons/generated/misc/treetop-promo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
132 changes: 132 additions & 0 deletions src/icons/treetop-promo-marquee.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
132 changes: 132 additions & 0 deletions src/icons/treetop-promo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.