From 0aedd959f95e458beb375cd4bebb9237819d1a38 Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial <xan@xantronix.com> Date: Wed, 26 Feb 2025 17:51:42 -0500 Subject: [PATCH] Draw square border in calling code --- lib/xmet/hodograph.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/xmet/hodograph.py b/lib/xmet/hodograph.py index 21a8409..68baa90 100644 --- a/lib/xmet/hodograph.py +++ b/lib/xmet/hodograph.py @@ -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)