Skip to content

Commit

Permalink
Merge pull request #40 from alvingonzales/default-svg-fill-black
Browse files Browse the repository at this point in the history
Default svg fill should be black
  • Loading branch information
strichter committed Dec 28, 2015
2 parents 4a6fafe + e20a84d commit 0e0a686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/z3c/rml/svg2rlg.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,8 +806,8 @@ def render(self, node, parent = None):

# default styles
style = {
'color':'none',
'fill':'none',
'color':'black',
'fill':'black',
'stroke':'none',
'font-family':'Helvetica',
'font-size':'12'
Expand Down

0 comments on commit 0e0a686

Please sign in to comment.