<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi all<br>
<br>
On page 28 of the documentation for pst-eucl is a diagram of tangents to a circle from an external point.<br>
<br>
It's drawn via \pstInterCC and I've been using this method to draw other tangents to circles. However, with the latest update of pst-eucl dated May 2011, I've no longer been able to draw it and I suspect there's a bug.<br>
<br>
Here's some minimal code:<br>
<br>
\begin{pspicture}(-3,-3)(3,3)<br>
\pstGeonode(0,0){O}(3;120){A}<br>
\pstGeonode(4,-3){E}<br>
\pstMiddleAB{O}{E}{M}<br>
\pstCircleOA{O}{A}<br>
\pstInterCC[DiameterB=\pstDistVal{O}{E}]{O}{A}{M}{}{K1}{K2}<br>
\end{pspicture}<br>
<br>
If someone could verify that there's a bug then it'll be most appreciated.<br>
<br>
Thanks<br>
<br>
Hubert<br>
</div>
</body>
</html>