summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/logo.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/logo.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/logo.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/logo.asy b/Master/texmf-dist/doc/asymptote/examples/logo.asy
index d180558ad34..3cd42079ede 100644
--- a/Master/texmf-dist/doc/asymptote/examples/logo.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/logo.asy
@@ -1,6 +1,6 @@
size(140,80,IgnoreAspect);
-picture logo(pair s=0, pen q)
+picture logo(pair s=0, pen q)
{
picture pic;
pen p=linewidth(2)+fontsize(24pt)+q;
@@ -19,7 +19,7 @@ picture logo(pair s=0, pen q)
draw(pic,(0,y1)--(0,y2),p);
draw(pic,(a,0)--(b,0),p);
return shift(s)*pic;
-}
+}
pair z=(-0.015,0.08);
for(int x=0; x < 10; ++x)