diff options
Diffstat (limited to 'Build/source/utils/asymptote/drawfill.cc')
-rw-r--r-- | Build/source/utils/asymptote/drawfill.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/drawfill.cc b/Build/source/utils/asymptote/drawfill.cc index 0353ae2c405..9dc1dbc8767 100644 --- a/Build/source/utils/asymptote/drawfill.cc +++ b/Build/source/utils/asymptote/drawfill.cc @@ -150,7 +150,8 @@ bool drawFunctionShade::write(texfile *out, const bbox& box) out->write(shift(pair(-Hoffset,-box.bottom))*matrix(bpath.Min(),bpath.Max())); out->verbatimline("]"); out->verbatim("/Domain [0 1 0 1]"); - out->verbatimline("/ColorSpace /Device"+ColorDeviceSuffix[colorspace]); + out->verbatim("/ColorSpace /Device"); + out->verbatimline(ColorDeviceSuffix[colorspace]); out->verbatimline("/Function \\lastobj\\space 0 R >> >>}\\ASYbox"); out->verbatimline("\\pdfrefxform\\the\\pdflastxform"); |