[interpolatablePlot] Minor, write label before shrug
This commit is contained in:
parent
c689bb475a
commit
df74e78487
@ -254,13 +254,13 @@ class InterpolatablePlot:
|
|||||||
|
|
||||||
# Draw the fixed mid-way of the two masters
|
# Draw the fixed mid-way of the two masters
|
||||||
|
|
||||||
|
self.draw_label("proposed fix", x=x, y=y, color=self.head_color, align=0.5)
|
||||||
|
y += self.line_height + self.pad
|
||||||
|
|
||||||
if problem_type == "wrong_structure":
|
if problem_type == "wrong_structure":
|
||||||
self.draw_shrug(x=x, y=y)
|
self.draw_shrug(x=x, y=y)
|
||||||
return
|
return
|
||||||
|
|
||||||
self.draw_label("proposed fix", x=x, y=y, color=self.head_color, align=0.5)
|
|
||||||
y += self.line_height + self.pad
|
|
||||||
|
|
||||||
overriding1 = OverridingDict(glyphset1)
|
overriding1 = OverridingDict(glyphset1)
|
||||||
overriding2 = OverridingDict(glyphset2)
|
overriding2 = OverridingDict(glyphset2)
|
||||||
perContourPen1 = PerContourOrComponentPen(
|
perContourPen1 = PerContourOrComponentPen(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user