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

Add support for trail mode #248

Closed ZMYaro closed 1 year ago

ZMYaro commented 2 years ago

In MS Paint, Shift+dragging a selection leaves a trail (similar to Ctrl+dragging on every frame).

ZMYaro commented 1 year ago

Note: In Paint XP and Win11 Paint, Shift must be held on pointer down, and trail mode continues if Shift is released. In JS Paint, trail mode ends and restarts if Shift is released and pressed again. I am going to assume this is a rare place JS Paint differs from actual Paint behavior unless I find out actual Win98 Paint did that.

ZMYaro commented 1 year ago

Implemented in https://github.com/ZMYaro/paintz/commit/62fb46aa2661b9d839e1dbed28dcf05f5e06b7db.