mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-11 07:28:56 +02:00
This version of the icon is mainly so the main one doesn't look like it has been compressed like a JPEG when shown on the taskbar :) Signed-off-by: lizzie lizzie@eden-emu.dev Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3006 Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com> Reviewed-by: MaranBr <maranbr@eden-emu.dev> Co-authored-by: lizzie <lizzie@eden-emu.dev> Co-committed-by: lizzie <lizzie@eden-emu.dev>
9 lines
528 B
Markdown
9 lines
528 B
Markdown
# Icon variations
|
|
|
|
These icons are licensed under GPLv3. Please see the [script for generating icons](../../tools/README.md) and appropriatedly redirect for seasonal icons.
|
|
|
|
- `base_named.svg` - Named variant.
|
|
- `base_small.svg`: Variant used for tiny icons (16x16, 64x64, etc).
|
|
- `base.svg`: Variant without branding/naming.
|
|
|
|
Try to keep the icons simple. And preferably automatically be able to be generated (to reduce maintanaince burden). Additionally keep the files small (use `svgo` and `optipng`) to not clutter the git.
|