No need for stroke() after show_text()
This commit is contained in:
parent
0eecc40839
commit
59a82534dc
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue