summaryrefslogtreecommitdiff
path: root/graphics/asymptote/base/three.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/base/three.asy')
-rw-r--r--graphics/asymptote/base/three.asy3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/asymptote/base/three.asy b/graphics/asymptote/base/three.asy
index fbca4b3960..ab30848444 100644
--- a/graphics/asymptote/base/three.asy
+++ b/graphics/asymptote/base/three.asy
@@ -3025,7 +3025,8 @@ frame embedder(object embedder(string prefix, string format),
if(light.background != nullpen)
box(f,light.background,Fill,above=false);
} else if(!view)
- label(f,graphic(prefix,"hiresbb"));
+ label(f,settings.inlinetex ?
+ "\input{"+prefix+"}" : graphic(prefix,"hiresbb"));
}
return f;
}