elm-canvas
elm-canvas copied to clipboard
Please support `roundRect`
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/roundRect
This shape isn't trivial to implement with paths, unfortunately.
Sounds good and should be fairly easy to support. Would you like to try a pull request?
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 :)