Hi,<br><br>I am using fillstyle=transparent, and I am quite happy with the results.&nbsp; <br><br>When viewing the resultant pdf via &#39;xpdf&#39;, everything looks fine---same with evince.&nbsp; However, when viewed with acrobat, it seems to be affecting colors for the entire page, rather than on just the specified object.&nbsp; Is this avoidable?
<br><br>This is troublesome when making presentations (beamer, prosper).&nbsp; If I use the transparent fillstyle, the entire slide changes colors.<br><br>Below is some sample code demonstrating the effect.&nbsp; The green frame changes color even though its style is not set to be transparent.&nbsp; Again, this effect is only noticeable in acrobat.
<br><br>ESP Ghostscript 8.15.4<br>Adobe Reader 7.08 (linux)<br><br>\documentclass{article}<br>\usepackage{pstricks}<br>\usepackage{pstricks-add}<br>\begin{document}<br>\begin{figure}[!ht]<br>\psset{unit=2cm}<br>\begin{pspicture}(0,0)(10,10)
<br>\psframe*[linecolor=green](0,0)(5,5)<br>\psframe*[linecolor=red](3,3)(8,8)<br>\end{pspicture}<br>\end{figure}<br>\newpage<br>\begin{figure}[!ht]<br>\psset{unit=2cm}<br>\begin{pspicture}(0,0)(10,10)<br>\psframe*[linecolor=green](0,0)(5,5)
<br>\psframe[linecolor=red,fillcolor=red,fillstyle=transparent,transpalpha=.8](3,3)(8,8)<br>\end{pspicture}<br>\end{figure}<br>\end{document}<br><br>Thanks!<br>