ZMYaro / paintz

A simple drawing app that runs in a web browser, designed to be an MS Paint substitute for Chromebooks and other Chrome OS devices. PaintZ is free, but please consider supporting development at https://ko-fi.com/ZMYaro or https://patreon.com/ZMYaro.
https://paintz.app
53 stars 11 forks source link

Curve tool curve does not adjust on pointer down, only when the pointer is moved #221

Closed ZMYaro closed 3 years ago

ZMYaro commented 3 years ago

Steps to reproduce the behavior

  1. Select the curve tool and draw the starting line.
  2. Click or tap for the first and second control points without moving the pointer while it is down.

Expected behavior The curve adjusts to the control points.

Actual behavior The curve remains the original line unless the pointer is moved before releasing after the second control point.

(Caught by David Martin.)

ZMYaro commented 3 years ago

Fixed in https://github.com/ZMYaro/paintz/commit/f50b7d360730f3c5ad72f0445041d4ae938053dc.