Correct fill colors #1942

svn: r10350
This commit is contained in:
Peter Landgren 2008-03-20 07:45:56 +00:00
parent c96f77ef51
commit f9da7bca88

View File

@ -246,7 +246,7 @@ class RelGraphReport(Report):
label = "%s (%s)" % (label, fam_id)
color = ""
fill = ""
style = ""
style = "solid"
if self.colorize == 'colored':
color = self.colors['family']
elif self.colorize == 'filled':
@ -266,6 +266,7 @@ class RelGraphReport(Report):
fill = ""
if gender == person.MALE:
shape="box"
style="solid"
elif gender == person.FEMALE:
shape="box"
style="rounded"