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 rounded rectangle tool #237

Closed ZMYaro closed 2 years ago

ZMYaro commented 2 years ago

Now that CanvasRenderingContext2D.prototype.roundRect is starting to be supported (albeit behind a flag), this should be more trivial to implement.

https://github.com/fserb/canvas2D/blob/master/spec/roundrect.md

ZMYaro commented 2 years ago

Implemented in https://github.com/ZMYaro/paintz/commit/18c2e1fdec0191f80b7ecda9a669939ba2c5399e.

ZMYaro commented 2 years ago

Note to future!me to also update test plan.

ZMYaro commented 2 years ago

Test plan updated in https://github.com/ZMYaro/paintz/commit/c25ad1aea5bf40b0f15640ae5a57fa6557f0ad65.