<br><br><div class="gmail_quote">On Wed, May 26, 2010 at 1:42 AM, James Cameron <span dir="ltr">&lt;<a href="mailto:quozl@laptop.org">quozl@laptop.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tue, May 25, 2010 at 06:40:44AM -0300, Gonzalo Odiard wrote:<br>
&gt; Use standard cursors for pencil, brush, eraser and paint-bucket. The<br>
&gt; other tools need a custom cursor.<br>
&gt; Bugs #40, #296 and OLPC #4316, #8864<br>
<br>
</div>Reviewed and tested ...<br>
<br>
1.  does fix <a href="http://dev.laptop.org" target="_blank">dev.laptop.org</a> #4316,<br>
<br>
2.  doesn&#39;t properly fix <a href="http://sugarlabs.org" target="_blank">sugarlabs.org</a> #296, some additional tuning of<br>
coordinates may be needed; drawing effect still appears at an offset,<br>
<br>
3.  doesn&#39;t fix <a href="http://sugarlabs.org" target="_blank">sugarlabs.org</a> #40, in that the other cursors continue to<br>
be invisible against similar backgrounds,<br>
<br></blockquote><div>Yes, I am redrawing the images for the othr cursors.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
4.  doesn&#39;t remove images/{pencil,brush,bucket,eraser}.png<br>
 </blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The coding style was a bit repetitive, here&#39;s an alternate method which<br>
uses a dictionary and wraps the code better:<br>
<br></blockquote><div>Thanks.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">