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

Icon Template: Moved All Objects Related to Respective Icons Sizes to their Own Respective Layers #4166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ochi12
Copy link
Contributor

@ochi12 ochi12 commented Nov 19, 2024

Before


icons
    ├── Highlights
    ├── Borders
    ├── Pictograms and folds
    ├── Backgrounds
    ├── Optional outline for white icons
    └── Baseplate

After


icons
    ├── 256x256
    ├── 48x48
    ├── 32x32
    ├── 24x24
    ├── 16x16
    ├── Optional outline for white icons
    └── Baseplate

    each icon size group has its own highlights group, borders group etc.

I think this layers setup is much cleaner and much easier to manage, given that it increases the amount of layers at least you can easily managed the objects related to each icon sizes rather than them flying around for example inside pictograms and folds layer.

Feel free to comment down below if you see wrong objects placed on wrong layers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant