summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/drawclipend.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/drawclipend.h')
-rw-r--r--Build/source/utils/asymptote/drawclipend.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/drawclipend.h b/Build/source/utils/asymptote/drawclipend.h
index d6b2ef33199..098d4dac8eb 100644
--- a/Build/source/utils/asymptote/drawclipend.h
+++ b/Build/source/utils/asymptote/drawclipend.h
@@ -50,8 +50,7 @@ public:
out->verbatim("\\kern");
double width=bpath.right-bpath.left;
out->write(-width*ps2tex);
- out->verbatim(settings::texunits(out->texengine));
- out->verbatimline("%");
+ out->verbatimline("pt%");
if(grestore) out->grestore();
return true;
}