Draw square border in calling code
This commit is contained in:
parent
28a3200a47
commit
0aedd959f9
1 changed files with 0 additions and 3 deletions
|
@ -214,9 +214,6 @@ class Hodograph():
|
|||
cr.rectangle(x, y, self.width, self.height)
|
||||
cr.clip()
|
||||
|
||||
cr.rectangle(x, y, self.width, self.height)
|
||||
cr.stroke()
|
||||
|
||||
self.draw_speed_lines(cr, x, y)
|
||||
self.draw_direction_lines(cr, x, y)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue