Stackable Appearance

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:

  1. Stacking MyStyle1 and MyStyle2 would result in a Layer with Fill:blue, Border:black, and 3 Shadows.
  2. Stacking MyStyle1 and MyStyle3 would result in a Layer with Fill:gray, Border:black, and 1 Shadow.
  3. Stacking MyStyle3 and MyStyle2 would result in a Layer with Fill:gray and 3 Shadows.
Sign In or Register to comment.