Closed jackschaedler closed 10 years ago
Since mouse-move events might not be fast enough to pick up every contiguous pixel touched in a stroke, we need to connect subsequent mouse-over events with some simple line drawing algorithm - maybe bresenham?
Done. Also added a line tool.
Since mouse-move events might not be fast enough to pick up every contiguous pixel touched in a stroke, we need to connect subsequent mouse-over events with some simple line drawing algorithm - maybe bresenham?