blenderskool/canvas-elements

Expose options for Circle, Ellipse element

Open

#10 opened on Mar 18, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (1 fork)github user discovery
enhancementgood first issueoption

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Options such as startAngle and endAngle are explicitly set to 0 and 2π respectively. They should be exposed as optional options so that open circles can be drawn. This also applies to the Ellipse element.

Contributor guide