Skip to content

Commit 448f73c

Browse files
feat: Turtle.get/set_PathTransform ( Fixes #217 )
1 parent 754420b commit 448f73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Types/Turtle/set_PathTransform.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.DESCRIPTION
55
Sets any transforms that apply to the turtle path.
66
.EXAMPLE
7-
turtle width 100 height 100 teleport 25 25 square 50 pathTransform @{skewX=45}
7+
turtle width 100 height 100 teleport 25 25 square 50 pathTransform @{skewX=45} save ./skewSquare.svg
88
#>
99
param($value)
1010
$value = $value | . { process { $_ }}

0 commit comments

Comments
 (0)