File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
if ($PSScriptRoot ) { Push-Location $PSScriptRoot }
2
2
3
- $turtlesOnATextPath = turtle rotate 90 jump 50 rotate -90 ArcRight 50 60 text ' turtles on a text path' textattribute @ {' font-size' = 36 }
3
+ $turtlesOnATextPath = turtle rotate 90 jump 50 rotate -90 ArcRight 500 60 text ' turtles on a text path' textattribute @ {' font-size' = 36 }
4
4
$turtlesOnATextPath | Save-Turtle ./ TurtlesOnATextPath.svg
5
+ $turtlesOnATextPath = $turtlesOnATextPath.Morph (@ (
6
+ $turtlesOnATextPath
7
+ turtle rotate 90 jump 50 rotate -90 ArcRight 500 -60
8
+ $turtlesOnATextPath
9
+ ))
5
10
6
-
7
- $textPath2 = turtle rotate 90 jump 50 rotate -90 ArcRight 50 -60
11
+ $turtlesOnATextPath | Save-Turtle ./ TurtlesOnATextPath- BendMorph.svg
8
12
9
13
$turtlesOnATextPath =
10
14
turtle rotate 90 jump 50 rotate -90 rotate -30 forward 200 text ' turtles on a text path' morph @ (
You can’t perform that action at this time.
0 commit comments