Remove useless cairo.stroke() after show_text()

This commit is contained in:
XANTRONIX 2025-03-06 09:18:04 -05:00
parent ac2e17e61f
commit e18ca9be1f

View file

@ -224,7 +224,6 @@ class SkewTLegend():
y + y_rel + extents.height + 8)
cr.show_text(text)
cr.stroke()
temp -= 2 * TEMP_STEP
@ -244,7 +243,6 @@ class SkewTLegend():
y + y_rel + extents.height / 2)
cr.show_text(text)
cr.stroke()
@staticmethod
def draw_for_graph(cr: cairo.Context,