GS 9.51 and transparency

Uwe Siart usenet at siart.de
Fri Mar 13 16:00:20 CET 2020


Bruno Voisin via tex-live <tex-live at tug.org> writes:

> Is there a test file that could be used to test this (I'm no pstricks
> user myself)?

\documentclass{article}
\usepackage{pstricks}
\begin{document}
\begin{pspicture}(-4,-4)(4,4)
  \pscircle[fillstyle=solid,fillcolor=red](2,0){3}
  \pscircle[fillstyle=solid,fillcolor=blue,opacity=0.1](-2,0){3}
\end{pspicture}
\end{document}

After

,----
| latex
| dvips
| ps2pdf -dNOSAFER
`----

the blue circle should be transparent in the PDF. I don't get such
result with gs9.51. Option -dALLOWPSTRANSPARENCY doesn't help either

-- 
Uwe



More information about the tex-live mailing list.