summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/drawlabel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/drawlabel.cc')
-rw-r--r--Build/source/utils/asymptote/drawlabel.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/drawlabel.cc b/Build/source/utils/asymptote/drawlabel.cc
index 1baaf18fe57..35a01094f70 100644
--- a/Build/source/utils/asymptote/drawlabel.cc
+++ b/Build/source/utils/asymptote/drawlabel.cc
@@ -196,7 +196,7 @@ bool drawLabel::write(texfile *out, const bbox&)
drawElement *drawLabel::transformed(const transform& t)
{
return new drawLabel(label,size,t*T,t*position,
- length(align)*unit(shiftless(t)*align),pentype);
+ length(align)*unit(shiftless(t)*align),pentype,KEY);
}
void drawLabelPath::bounds(bbox& b, iopipestream& tex, boxvector&, bboxlist&)
@@ -265,7 +265,7 @@ bool drawLabelPath::write(texfile *out, const bbox&)
drawElement *drawLabelPath::transformed(const transform& t)
{
return new drawLabelPath(label,size,transpath(t),justify,shift,
- transpen(t));
+ transpen(t),KEY);
}
} //namespace camp