summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/orthocenter.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/orthocenter.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/orthocenter.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/doc/asymptote/examples/orthocenter.asy b/Master/texmf/doc/asymptote/examples/orthocenter.asy
index 3a4b314f68f..73dfde51954 100644
--- a/Master/texmf/doc/asymptote/examples/orthocenter.asy
+++ b/Master/texmf/doc/asymptote/examples/orthocenter.asy
@@ -29,8 +29,8 @@ draw(O--Bp);
draw("4",C--O);
draw(O--Cp);
-dot("$O$",O,1.5*dir(B--Bp,Cp--C),red);
-dot("$A$",A,1.5*dir(C--A,B--A),red);
+dot("$O$",O,dir(B--Bp,Cp--C),red);
+dot("$A$",A,dir(C--A,B--A),red);
dot("$B$",B,NW,red);
dot("$C$",C,dir(A--C,B--C),red);
dot("$A'$",Ap,dir(A--Ap),red);