shields are interesting
This commit is contained in:
parent
77f962c6c5
commit
be6487a425
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class StyleChooser:
|
|||
"""
|
||||
a = set()
|
||||
b = ""
|
||||
needed = set(["width", "casing-width", "fill-color", "fill-image", "icon-image", "text", "extrude", "background-image", "background-color", "pattern-image"])
|
||||
needed = set(["width", "casing-width", "fill-color", "fill-image", "icon-image", "text", "extrude", "background-image", "background-color", "pattern-image", "shield-text"])
|
||||
|
||||
if not needed.isdisjoint(set(self.styles[0].keys())):
|
||||
for c in self.ruleChains:
|
||||
|
|
Loading…
Add table
Reference in a new issue