[pstricks] the liftpen of psellipticarc(n) cannot be changed

Donut E. Knot the.counterterrorist at yahoo.com
Wed Aug 6 08:02:56 CEST 2014


Dear folks,

I noticed that the liftpen of psellipticarc(n) cannot be changed. Why? 

\documentclass[pstricks,border=12pt]{standalone}

\def\A#1{%
\begin{pspicture}[showgrid,dimen=m](7,5)
\rput(3.5,4.5){psarcn with liftpen=#1}
\pscustom
{
\moveto(1,1)
\psarcn[liftpen=#1](4,2){2}{180}{0}
%\closepath
}
\end{pspicture}}

\def\B#1{%
\begin{pspicture}[showgrid,dimen=m](7,5)
\rput(3.5,4.5){psellipticarcn with liftpen=#1}
\pscustom
{
\moveto(1,1)
\psellipticarc[liftpen=#1](4,2)(2,2){180}{0}
%\closepath
}
\end{pspicture}}


\begin{document}
\foreach \i in {0,1,2}{\A{\i}}
\foreach \i in {0,1,2}{\B{\i}}
\end{document}


Thanks.

regards,

GC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20140805/8a46903d/attachment.html>


More information about the PSTricks mailing list