Supporting anti-clockwise arcs #57
Labels
purs-0.15
A reminder to address this issue or merge this PR before we release PureScript v0.15.0
type: breaking change
A change that requires a major version bump.
I would like to see support for the optional parameter to the
arc
function that allows drawing anti-clockwise arcs (see the MDN docs)Adding another parameter (such as
Maybe Bool
) to theArc
type breaks backwards compatibility for folks, so I don't know how the maintainers feel about that. It might be possible to establish some standard alternative approach based on an extensible record.Thoughts?
The text was updated successfully, but these errors were encountered: