<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="+1">Hi Juan, <br>
      </font></p>
    <p><font size="+1">I have noted that with a drawn circle[1], so not
        filled contrary to a disc, the detection method in subject
        respond true when the point is on any position <b>inside</b>
        the circle. It should be true only when the circle is filled
        (disc).<br>
      </font></p>
    <p><font size="+1">Btw, when I insert an halt in the draw method, it
        freezes the image. You fixed this issue previously, may be it is
        a regression or something else.<br>
      </font></p>
    <p><font size="+1">Best</font></p>
    <p><font size="+1">Hilaire<br>
      </font></p>
    <p><font size="+1">[1] Draw as:<br>
      </font></p>
    <p>DrGCircleMorph>>drawCircleOn: aCanvas<br>
          | center r |<br>
          center _ self drawable worldToMorph: mathItem center.<br>
          r _ self drawable worldToPixel: mathItem radius.<br>
          style isFilled <br>
              ifTrue: [    <br>
                  aCanvas strokeWidth: style borderWidth color:
      borderColor fillColor: color do: [            <br>
                      aCanvas circleCenter: center radius: r]           
      ]<br>
              ifFalse: [<br>
                  aCanvas strokeWidth: style borderWidth color:
      borderColor do: [<br>
                      aCanvas circleCenter: center  radius: r] ]<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
  </body>
</html>