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.
Turtle.get/set_Element
1 parent e6af57e commit 188dcccCopy full SHA for 188dccc
Types/Turtle/get_Element.ps1
@@ -45,7 +45,7 @@ if ($this.'.Element'.ElementName) {
45
)>$(
46
# Now include any child elements.
47
# First, if we have drawn anything in our turtle, include that
48
- if ($this.Steps -or $this.Text -or $this.Turtles) {
+ if ($this.Steps -or $this.Text -or $this.Turtles.Count) {
49
$this.SVG.OuterXml
50
}
51
@(foreach ($childCollection in 'child','ChildNodes','Children','Content') {
0 commit comments