summaryrefslogtreecommitdiff
path: root/Master/texmf/asymptote/plain_constants.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/asymptote/plain_constants.asy')
-rw-r--r--Master/texmf/asymptote/plain_constants.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/asymptote/plain_constants.asy b/Master/texmf/asymptote/plain_constants.asy
index 32138756891..ba8947c91c2 100644
--- a/Master/texmf/asymptote/plain_constants.asy
+++ b/Master/texmf/asymptote/plain_constants.asy
@@ -8,10 +8,10 @@ restricted real bp=1; // A PostScript point.
restricted real pt=72.0/72.27; // A TeX pt; smaller than a PostScript bp.
restricted pair I=(0,1);
-restricted pair up=(0,1);
-restricted pair down=(0,-1);
restricted pair right=(1,0);
restricted pair left=(-1,0);
+restricted pair up=(0,1);
+restricted pair down=(0,-1);
restricted pair E=(1,0);
restricted pair N=(0,1);