Skip to content

Commit

Permalink
Update product_icon.icns to include larger images and add source PNG …
Browse files Browse the repository at this point in the history
…images of the icns file. (#980)

Those PNG images are generated from src/data/images/icon.svg with the following manual adjustments:
* add approximately 8% margin on all four sides.
* adjust stroke width and drop shadow position of "あ" according to image size.

To generate product_icon.icns, execute the following command in src/data/images/mac:

$ for f in product_icon.iconset/*; do mv $f $(echo $f|sed 's/at/@/g'); done
$ iconutil -c icns product_icon.iconset

PiperOrigin-RevId: 650179331
  • Loading branch information
lazylynx authored Jul 8, 2024
1 parent 38665c8 commit 4d79084
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 0 deletions.
Binary file modified src/data/images/mac/product_icon.icns
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
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 4d79084

Please sign in to comment.