Fix fill-color: none; handling.
Fixes #19. Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
feb3b87800
commit
ff3f8324f8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ def make_nice_style(r):
|
|||
"checking and nicifying style table"
|
||||
if type(b) == TYPE_EVAL:
|
||||
ra[a] = b
|
||||
elif "color" in a:
|
||||
elif "color" in a and b.strip() != 'none':
|
||||
"parsing color value to 3-tuple"
|
||||
# print "res:", b
|
||||
if b and (type(b) != tuple):
|
||||
|
|
Loading…
Add table
Reference in a new issue