Stackable Appearance
MrMattSim
Posts: 33Member
Add additional Appearance rows, that have a cascading override effect. The necessary limitation here is that an entire style section would be overridden by subsequent entries.
For example, consider:
- MyStyle1 containing Fill:blue and Border:black
- MyStyle2 containing 3 Shadows
- MyStyle3 containing Fill:gray and 1 Shadow
With these possible scenarios:
- Stacking MyStyle1 and MyStyle2 would result in a Layer with Fill:blue, Border:black, and 3 Shadows.
- Stacking MyStyle1 and MyStyle3 would result in a Layer with Fill:gray, Border:black, and 1 Shadow.
- Stacking MyStyle3 and MyStyle2 would result in a Layer with Fill:gray and 3 Shadows.
Tagged: