Remove useless cairo.stroke() after show_text()
This commit is contained in:
parent
ac2e17e61f
commit
e18ca9be1f
1 changed files with 0 additions and 2 deletions
|
@ -224,7 +224,6 @@ class SkewTLegend():
|
||||||
y + y_rel + extents.height + 8)
|
y + y_rel + extents.height + 8)
|
||||||
|
|
||||||
cr.show_text(text)
|
cr.show_text(text)
|
||||||
cr.stroke()
|
|
||||||
|
|
||||||
temp -= 2 * TEMP_STEP
|
temp -= 2 * TEMP_STEP
|
||||||
|
|
||||||
|
@ -244,7 +243,6 @@ class SkewTLegend():
|
||||||
y + y_rel + extents.height / 2)
|
y + y_rel + extents.height / 2)
|
||||||
|
|
||||||
cr.show_text(text)
|
cr.show_text(text)
|
||||||
cr.stroke()
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def draw_for_graph(cr: cairo.Context,
|
def draw_for_graph(cr: cairo.Context,
|
||||||
|
|
Loading…
Add table
Reference in a new issue