You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please explain.
Layers are cool - let's make them even cooler by adding in transparency. 🕶️
Describe the solution you'd like
Ideally, I would like layers to have the ability to have fully transparent backgrounds. The objects on this layer wouldn't be transparent but rather, everything but the objects would be.
Describe alternatives you've considered
One could make the backgrounds for each layer match the global layer but that isn't actual transparency but rather camoflauge.
Additional context
Perhaps the logic could work like:
Set opacity = :transparent
Determine where on each layer matrices are default values
Compare them with the global layer
If a coordinate is defined in the global layer, set the value in the layer to that value
If not, keep the default empty value.
Otherwise, if layer defines a value at a coordinate, put the value in that layer there as precedent.
Little vague so will have to think of it some more!
The text was updated successfully, but these errors were encountered:
I am not sure if I understand this correctly but if we don't define a Background in the layer's begin...end block, it does end up being fully transparent. In fact the entire drawing that holds all the layers is itself transparent.
Is your feature request related to a problem? Please explain.
Layers are cool - let's make them even cooler by adding in transparency. 🕶️
Describe the solution you'd like
Ideally, I would like layers to have the ability to have fully transparent backgrounds. The objects on this layer wouldn't be transparent but rather, everything but the objects would be.
Describe alternatives you've considered
One could make the backgrounds for each layer match the global layer but that isn't actual transparency but rather camoflauge.
Additional context
Perhaps the logic could work like:
opacity = :transparent
Little vague so will have to think of it some more!
The text was updated successfully, but these errors were encountered: