Traceback (most recent call last): File "/usr/share/mypaint/gui/tileddrawwidget.py", line 168, motion_notify_cb(self=, widget=, event=) self.doc.stroke_to(dtime, x, y, pressure) variables: {'y': ('local', 112.0), 'x': ('local', 292.0), 'dtime': ('local', 0.0080000000000000002), 'self.doc.stroke_to': ('local', >), 'pressure': ('local', inf)} File "/usr/share/mypaint/lib/document.py", line 109, stroke_to(self=, dtime=0.0080000000000000002, x=292.0, y=112.0, pressure=inf) l.surface.begin_atomic() split = self.brush.stroke_to (l.surface, x, y, pressure, dtime) l.surface.end_atomic() variables: {'self.brush.stroke_to': ('local', >>), 'pressure': ('local', inf), 'split': (None, None), 'l.surface': ('local', >), 'y': ('local', 112.0), 'x': ('local', 292.0), 'dtime': ('local', 0.0080000000000000002)} File "/usr/share/mypaint/lib/mypaintlib.py", line 134, stroke_to(self= >, *args=( >, 292.0, 112.0, inf, 0.0080000000000000002)) def set_mapping_point(self, *args): return _mypaintlib.Brush_set_mapping_point(self, *args) def stroke_to(self, *args): return _mypaintlib.Brush_stroke_to(self, *args) def get_state(self): return _mypaintlib.Brush_get_state(self) variables: {'_mypaintlib.Brush_stroke_to': ('global', ), 'stroke_to': (None, None), 'self': ('local', >), 'args': ('local', ( >, 292.0, 112.0, inf, 0.0080000000000000002))} OverflowError: in method 'Brush_stroke_to', argument 5 of type 'float'