summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/Sierpinski.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/Sierpinski.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/Sierpinski.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/Sierpinski.asy b/Master/texmf-dist/doc/asymptote/examples/Sierpinski.asy
index c0ff04971d2..1b9fb5555bf 100644
--- a/Master/texmf-dist/doc/asymptote/examples/Sierpinski.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/Sierpinski.asy
@@ -14,4 +14,4 @@ void Sierpinski(pair A, real s, int q, bool top=true)
}
}
-Sierpinski((0,1),1,9);
+Sierpinski((0,1),1,5);