From f87c5d3027aba61bdb59bea30755d1ae9fee64e8 Mon Sep 17 00:00:00 2001 From: mrvanriet Date: Wed, 3 Jun 2026 15:47:47 +0200 Subject: [PATCH] Fix typo in sketchpad.osexp --- sigmund/sketchpad.osexp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigmund/sketchpad.osexp b/sigmund/sketchpad.osexp index 812bf44..157520f 100644 --- a/sigmund/sketchpad.osexp +++ b/sigmund/sketchpad.osexp @@ -50,7 +50,7 @@ draw noise x=-50 y=100 env=gaussian size=40 color1=white color2=black # Example: use Python expression for x-coordinate # Important: there should be double quotes around the Python expression -draw textlibsne x="{-1.5 * target_pos}" y=200 text="x" color=darkblue font_size=18 +draw textline x="{-1.5 * target_pos}" y=200 text="x" color=darkblue font_size=18 # Example: use Python expression for image file # Important: there should be double quotes around the Python expression