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 background shape doc #299

Merged
merged 2 commits into from
May 6, 2020
Merged
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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ If Turtl is not working on your device, you can also use [Applications Info](htt

Help with any aspect of the app is much appreciated! **You don't have to know how to code!** If you know how to work with vectors in a program that supports the SVG format. [Inkscape](https://inkscape.org/en/) is recommended but not necessary. Please read the [guide on contributing](CONTRIBUTING.md) before making big changes! It also includes some personal preferences on how to work with Inkscape. If you don't use Inkscape you can just ignore them.

When you bring an icon to Frost try to make it minimal.
The easiest and most noticeable way to do so is to set an icon free of its background.
Twitter is a good example!
There are two parts: a bird and a circle surrounding it.
The bird is the center of the icon and the part associated with Twitter while the circle is not unique to the platform and can be removed.
Don't take this as a ground rule because there are cases when a background shape is necessary.
Adobe products are much more recognizable in a square and GitHub uses the background shape as a meaningful part of their icon.
Currently, some of the existing icons don't follow this rule, but we are working on improving this.

**Note:** I want to accept as many contributions as possible, but will only merge icons that have been manually created using shapes and paths in a vector editing program. I don't think the quality is high enough from tools that automatically generate vector images.

Quick Guide:
Expand Down