svghmi/parse_labels.ysl2
branchsvghmi
changeset 3259 76da573569a6
parent 3236 e4e27c4efb96
child 3408 13c5cac55ac7
--- a/svghmi/parse_labels.ysl2	Thu Jun 10 14:05:44 2021 +0200
+++ b/svghmi/parse_labels.ysl2	Wed Jun 16 18:27:05 2021 +0200
@@ -19,6 +19,7 @@
 {
     const "label","@inkscape:label";
     const "id","@id";
+
     const "description", "substring-after($label,'HMI:')";
 
     const "_args", "substring-before($description,'@')";
@@ -86,6 +87,7 @@
                 }
             }
         }
+        if "svg:desc" desc value "svg:desc/text()";
     }
 }