Skip to content

Commit 237cd06

Browse files
docs: Updating stepwise animation example
Using smaller iteration until additional changes allow for larger examples.
1 parent 90e95d8 commit 237cd06

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Commands/Get-Turtle.ps1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,12 @@ function Get-Turtle {
402402
# The SierpinskiTriangle is a Fractal classic
403403
turtle SierpinskiTriangle 42 4
404404
.EXAMPLE
405-
# We can morph a SierpinskiTriangle to show it step by step
406-
turtle SierpinskiTriangle 42 4 morph
405+
# We can morph with no parameters to try to draw step by step
406+
#
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
407411
.EXAMPLE
408412
# Let's draw two reflected Sierpinski Triangles
409413
turtle @(

0 commit comments

Comments
 (0)