What's the difference between "layers" and "groups"? #306
Answered
by
rodlie
pgilfernandez
asked this question in
Q&A
-
Easy question and probably easy answer but I could not get the difference and when is better to use a group and when to promote it to a layer... Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
rodlie
Nov 6, 2024
Replies: 1 comment
-
Groups are just groups. Layers are used for compositing etc, and the end result is rasterized. If you just work in vector and export SVG you can ignore layers, with masking as the only exception. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pgilfernandez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Groups are just groups. Layers are used for compositing etc, and the end result is rasterized. If you just work in vector and export SVG you can ignore layers, with masking as the only exception.