summaryrefslogtreecommitdiff
path: root/graphics/asymptote/psfile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/psfile.cc')
-rw-r--r--graphics/asymptote/psfile.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/asymptote/psfile.cc b/graphics/asymptote/psfile.cc
index 21573a4ce3..60152e8d18 100644
--- a/graphics/asymptote/psfile.cc
+++ b/graphics/asymptote/psfile.cc
@@ -221,8 +221,7 @@ bool psfile::transparentFormat(string outputformat)
{
return (pdftex() && outputformat == "") ||
outputformat == "pdf" || outputformat == "html" ||
- outputformat == "svg" || outputformat == "png" ||
- outputformat == "v3d";
+ outputformat == "svg" || outputformat == "png";
}
void psfile::setopacity(const pen& p)