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_PathElement
1 parent 17ab67d commit fb9dea4Copy full SHA for fb9dea4
Types/Turtle/get_PathElement.ps1
@@ -0,0 +1,7 @@
1
+@(
2
+"<path id='turtle-path' d='$($this.PathData)' stroke='$(
3
+ if ($this.Stroke) { $this.Stroke } else { 'black' }
4
+)' stroke-width='$(
5
+ if ($this.StrokeWidth) { $this.StrokeWidth } else { '0.1%' }
6
+)' fill='transparent' class='foreground-stroke' />"
7
+) -as [xml]
0 commit comments