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.
1 parent 90e95d8 commit 237cd06Copy full SHA for 237cd06
Commands/Get-Turtle.ps1
@@ -402,8 +402,12 @@ function Get-Turtle {
402
# The SierpinskiTriangle is a Fractal classic
403
turtle SierpinskiTriangle 42 4
404
.EXAMPLE
405
- # We can morph a SierpinskiTriangle to show it step by step
406
- turtle SierpinskiTriangle 42 4 morph
+ # We can morph with no parameters to try to draw step by step
+ #
407
+ # This will result in large files.
408
409
+ # This may not work in all browsers for all graphics.
410
+ turtle SierpinskiTriangle 42 3 morph
411
412
# Let's draw two reflected Sierpinski Triangles
413
turtle @(
0 commit comments