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 11if ($PSScriptRoot ) { Push-Location $PSScriptRoot }
22
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 }
44$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+ ))
510
6-
7- $textPath2 = turtle rotate 90 jump 50 rotate -90 ArcRight 50 -60
11+ $turtlesOnATextPath | Save-Turtle ./ TurtlesOnATextPath- BendMorph.svg
812
913$turtlesOnATextPath =
1014 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