svghmi/geometry.ysl2
branchsvghmi
changeset 2875 6a12e1084deb
parent 2873 022db76c3bff
child 2879 58e6a91dc37f
--- a/svghmi/geometry.ysl2	Tue Mar 17 08:00:33 2020 +0100
+++ b/svghmi/geometry.ysl2	Tue Mar 17 09:29:04 2020 +0100
@@ -9,7 +9,7 @@
 
 // Debug data
 function "debug_geometry" {
-    | GEOMETRY : ID, x, y, w, h
+    | ID, x, y, w, h
     foreach "$geometry[@Id = $hmi_elements/@id]"
         |  «@Id» «@x» «@y» «@w» «@h»
 }