No need for stroke() after show_text()

This commit is contained in:
XANTRONIX 2025-03-03 23:46:10 -05:00
parent 0eecc40839
commit 59a82534dc

View file

@ -113,8 +113,8 @@ class Hodograph():
cr.move_to(x + sx + extents.width * 0.25,
y + sy - extents.height * 1.5)
cr.show_text(text)
cr.stroke()
cr.restore()
@ -294,7 +294,6 @@ class Hodograph():
cr.move_to(offset + x - extents.width / 4, y + 3.5*width)
cr.show_text(text)
cr.stroke()
offset += interval