svghmi/geometry.ysl2
branchsvghmi
changeset 2940 034b6ce4f885
parent 2939 4296ab974d4d
child 3165 2db69e2c5673
--- a/svghmi/geometry.ysl2	Sat Apr 18 14:06:41 2020 +0200
+++ b/svghmi/geometry.ysl2	Sun Apr 19 10:48:34 2020 +0200
@@ -7,10 +7,8 @@
 // <bbox x="0" y="0" w="42" h="42">
 const "geometry", "ns:GetSVGGeometry()";
 
-debug:geometry;
-
 // Debug data
-template "debug:geometry", mode="debug" {
+emit "debug:geometry" {
     | ID, x, y, w, h
     foreach "$geometry"
         |  «@Id» «@x» «@y» «@w» «@h»