Draw square border in calling code

This commit is contained in:
XANTRONIX 2025-02-26 17:51:42 -05:00
parent 28a3200a47
commit 0aedd959f9

View file

@ -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)