Occasionally people ask for a Paint-like line drawing tool. I’m not sure why we never had this as an example tool, because it’s pretty simple and easy to implement and easy to understand. This is now in the 2.6 version of Demo1.
Note that there has always been a StrokeDrawingTool in Demo1, that does something similar, but with separate clicks to specify each point in the GoStroke. The FreehandDrawingTool just adds points to a stroke continuously while the mouse is down and moving.