From 59a82534dcd7db0a5b7bb630c260166a42a7fb18 Mon Sep 17 00:00:00 2001
From: XANTRONIX Industrial <xan@xantronix.com>
Date: Mon, 3 Mar 2025 23:46:10 -0500
Subject: [PATCH] No need for stroke() after show_text()

---
 lib/xmet/hodograph.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/xmet/hodograph.py b/lib/xmet/hodograph.py
index cb6a42f..9923e8b 100644
--- a/lib/xmet/hodograph.py
+++ b/lib/xmet/hodograph.py
@@ -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