We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c5b98 commit 02f2569Copy full SHA for 02f2569
lib/scenic/primitive/arc.ex
@@ -39,6 +39,7 @@ defmodule Scenic.Primitive.Arc do
39
* [`hidden`](Scenic.Primitive.Style.Hidden.html) - show or hide the primitive
40
* [`scissor`](Scenic.Primitive.Style.Scissor.html) - "scissor rectangle" that drawing will be clipped to.
41
* [`fill`](Scenic.Primitive.Style.Fill.html) - fill in the area of the primitive
42
+ * [`cap`](Scenic.Primitive.Style.Cap.html) - says how to draw the ends of the arc.
43
* [`stroke`](Scenic.Primitive.Style.Stroke.html) - stroke the outline of the primitive. In this case, only the curvy part.
44
45
## Usage
0 commit comments