mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
HACKING: Add guidelines for creating new icons
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
faab98c88d
commit
467adf4574
15
HACKING.md
15
HACKING.md
@ -286,3 +286,18 @@ discussion lists](https://www.debian.org/MailingLists/subscribe)
|
|||||||
or the Weblate localization platform.
|
or the Weblate localization platform.
|
||||||
|
|
||||||
For more information on translations: https://wiki.debian.org/FreedomBox/Translate
|
For more information on translations: https://wiki.debian.org/FreedomBox/Translate
|
||||||
|
|
||||||
|
## Application Icons
|
||||||
|
|
||||||
|
When adding a new App into FreedomBox, an icon is needed to represent the app in
|
||||||
|
the application view and for shortcuts in the front page. The following the
|
||||||
|
guidelines for creating an app icon:
|
||||||
|
|
||||||
|
- Use SVG format.
|
||||||
|
- Keep the size and complexity of the SVG minimal. Simplify the graphic if
|
||||||
|
necessary.
|
||||||
|
- Units for the entire document should be in pixels.
|
||||||
|
- View area should be 512x512 pixels.
|
||||||
|
- Background should be transparent.
|
||||||
|
- Leave no margins and prefer a square icon. If the icon is wide, leave top and
|
||||||
|
bottom margins. If the icon is tall, leave left and right margins.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user