We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7d49d commit 835b75fCopy full SHA for 835b75f
Types/Turtle/get_PathElement.ps1
@@ -38,6 +38,7 @@ foreach ($collection in $this.SVGAttribute, $this.Attribute) {
38
}
39
40
41
+# Create the elements in an array, and cast it to XML.
42
[xml]@(
43
"<path$(
44
foreach ($attributeName in $coreAttributes.Keys) {
0 commit comments