summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/xstitch.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/xstitch.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/xstitch.asy5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf/doc/asymptote/examples/xstitch.asy b/Master/texmf/doc/asymptote/examples/xstitch.asy
index 6e692643ae1..5f332881733 100644
--- a/Master/texmf/doc/asymptote/examples/xstitch.asy
+++ b/Master/texmf/doc/asymptote/examples/xstitch.asy
@@ -155,11 +155,12 @@ void drawSection(int xmin, int xmax, int ymin, int ymax) {
write("stitch count: ",stitchCount);
- shipout("xstitch"+string(shipoutNumber),pic);
+ // shipout("xstitch"+string(shipoutNumber),pic);
+ shipout(pic);
++shipoutNumber;
}
-drawSection(-1,width+1,-1,height+1);
+//drawSection(-1,width+1,-1,height+1);
//drawSection(-1,80,height-80,height+1);