diff options
Diffstat (limited to 'Master/texmf-dist/asymptote/plain.asy')
-rw-r--r-- | Master/texmf-dist/asymptote/plain.asy | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Master/texmf-dist/asymptote/plain.asy b/Master/texmf-dist/asymptote/plain.asy index e6097408194..14715bad918 100644 --- a/Master/texmf-dist/asymptote/plain.asy +++ b/Master/texmf-dist/asymptote/plain.asy @@ -280,16 +280,3 @@ if(settings.autoimport != "") { } cputime(); - -// Workaround Adobe Reader transparency artifact: -if(pdf()) { - if(settings.tex == "xelatex") { - texpreamble("\usepackage{everypage}"); - tex("\AddEverypageHook{% -\makeatletter% -\special{pdf: put @thispage <</Group << /S /Transparency /I true /CS /DeviceRGB>> >>}% -\makeatother% -}%"); - } else - tex("\pdfpageattr{/Group <</S /Transparency /I true /CS /DeviceRGB>>}"); -} |