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_PathTransform
1 parent 754420b commit 448f73cCopy full SHA for 448f73c
Types/Turtle/set_PathTransform.ps1
@@ -4,7 +4,7 @@
4
.DESCRIPTION
5
Sets any transforms that apply to the turtle path.
6
.EXAMPLE
7
- turtle width 100 height 100 teleport 25 25 square 50 pathTransform @{skewX=45}
+ turtle width 100 height 100 teleport 25 25 square 50 pathTransform @{skewX=45} save ./skewSquare.svg
8
#>
9
param($value)
10
$value = $value | . { process { $_ }}
0 commit comments