[pstricks] \pstRightAngle always override the global setting of linecolor

Donut E. Knot the.counterterrorist at yahoo.com
Sat Aug 9 22:10:33 CEST 2014


Dear folks,

\pstRightAngle behaves strange because it always override the global setting of linecolor.

\documentclass[pstricks,border=20pt,12pt,dvipsnames]{standalone}
\usepackage{pst-eucl}
\begin{document}
\psset{unit=.5cm}
\begin{pspicture}(8,6)
\pstGeonode[PosAngle={-135,-45,45,135},CurveType=polygon]
(0,0){A}
(8,0){B}
(8,6){C}
(0,6){D}
\psset{linecolor=Maroon}
\pstRightAngle{B}{A}{D} % does not produce a maroon mark because
% \pstRightAngle always override the global settings.
% but the following does produce a maroon mark
% \pstRightAngle[linecolor=Maroon]{B}{A}{D}
\end{pspicture}
\end{document}

Is it a bug or a by-design feature?

Thank you.


regards,

http://tex.stackexchange.com/users/19356
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20140809/e6c3d8f8/attachment.html>


More information about the PSTricks mailing list