shields are interesting

This commit is contained in:
Komzpa 2012-03-17 23:31:07 +03:00
parent 77f962c6c5
commit be6487a425

View file

@ -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: