[pstricks] Anomalous behavior of PSTricks fills

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sat Jan 31 19:51:13 CET 2009


Dwight Aplevich schrieb:

> In looking for a work-around, I've come up with some questions:
> 
> 1.  Where is this behaviour documented, and are there other basic
> drawing commands
>   that no longer work as originally?  I'm most interested in \psset,
> \psframe,
>   \psellipse, \pscircle, \psline, \psbezier, \psarc, \psarcn.

it was only a problem with \psbezier
A workaround is to write into your preamble after
\usepackage{pstricks}

\makeatletter
\def\psbezier at ii{%
  \addto at pscode{%
%\pst at cp
    \ifshowpoints true \else false \fi
    \tx at OpenBezier
    \ifshowpoints \tx at BezierShowPoints \fi}%
  \end at OpenObj}
\makeatother

Herbert


More information about the PSTricks mailing list