elm-canvas icon indicating copy to clipboard operation
elm-canvas copied to clipboard

Please support `roundRect`

Open shamansir opened this issue 2 years ago • 2 comments

https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/roundRect

This shape isn't trivial to implement with paths, unfortunately.

shamansir avatar Nov 08 '22 16:11 shamansir

Sounds good and should be fairly easy to support. Would you like to try a pull request?

joakin avatar Nov 08 '22 18:11 joakin

Hi,

I made a PR to add the method to the elm api : https://github.com/joakin/elm-canvas/pull/41/files

If you can tell me what you think :)

fgerodez avatar Nov 21 '22 14:11 fgerodez