Fix of bug 2139, filled hexagon should be outline
svn: r10684
This commit is contained in:
@ -272,6 +272,7 @@ class RelGraphReport(Report):
|
|||||||
style="rounded"
|
style="rounded"
|
||||||
else:
|
else:
|
||||||
shape="hexagon"
|
shape="hexagon"
|
||||||
|
style = "solid"
|
||||||
if self.colorize == 'colored':
|
if self.colorize == 'colored':
|
||||||
if gender == person.MALE:
|
if gender == person.MALE:
|
||||||
color = self.colors['male']
|
color = self.colors['male']
|
||||||
@ -290,7 +291,7 @@ class RelGraphReport(Report):
|
|||||||
fill = self.colors['female']
|
fill = self.colors['female']
|
||||||
else:
|
else:
|
||||||
fill = self.colors['unknown']
|
fill = self.colors['unknown']
|
||||||
return(shape,style,color,fill)
|
return(shape,style,color,fill)
|
||||||
|
|
||||||
def get_person_label(self, person):
|
def get_person_label(self, person):
|
||||||
"return person label string"
|
"return person label string"
|
||||||
|
Reference in New Issue
Block a user