Bug report #8591

Updated by Harrissou Santanna over 6 years ago

We really need a else rule for rule based rendering. Top level else should be a final fallback if no rules are true, nested else should only work within that group



Consider the following



!rules.png!



A top level @else@ is really required in order to draw the white with black dot symbol only when all the other conditions are not meet.

Back