[pstricks] It might be a bug in finding angle

Herbert Voss Herbert.Voss at FU-Berlin.DE
Tue Aug 7 15:49:44 CEST 2012


Am 22.07.2012 02:52, schrieb Counter Terrorist:

> I found a bug in PSTricks.
>
> Even though the points (O) and (3,3) represent the same point,
> the second pspicture produces an arc at a wrong pivot.

that is the long standing bug #4 in
http://tug.org/PSTricks/main.cgi?file=pstricks.bug&verb=1

Herbert

>
>
>
> \documentclass[pstricks,border=1cm]{standalone}
> \usepackage{pst-eucl}
>
> \begin{document}
>
> \begin{pspicture}[showgrid=top](9,8)
> \pstGeonode(3,3){O}(5,5){A}(5,1){B}
> \pscircle[linestyle=dashed](O){2}
> \psarcn[origin={O},linecolor=red]{->}
> (O)%<=============== COMPARE THIS ONE
> {2}{(A)}{(B)}
> \psline(A)(O)(B)
> \end{pspicture}
>
> \begin{pspicture}[showgrid=top](9,8)
> \pstGeonode(3,3){O}(5,5){A}(5,1){B}
> \pscircle[linestyle=dashed](O){2}
> \psarcn[origin={O},linecolor=red]{->}
> (3,3)%<================ WITH THIS ONE
> {2}{(A)}{(B)}
> \psline(A)(O)(B)
> \end{pspicture}
>
> \end{document}
>
> Thank you in advance.
>
>
> best regards,
>
> Higgs Boson
>
>
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
> archive: http://www.tug.org/pipermail/pstricks/
>




More information about the PSTricks mailing list