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