Skip to content

Commit 02f2569

Browse files
committed
add cap style to arc documentation
1 parent 80c5b98 commit 02f2569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/scenic/primitive/arc.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ defmodule Scenic.Primitive.Arc do
3939
* [`hidden`](Scenic.Primitive.Style.Hidden.html) - show or hide the primitive
4040
* [`scissor`](Scenic.Primitive.Style.Scissor.html) - "scissor rectangle" that drawing will be clipped to.
4141
* [`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.
4243
* [`stroke`](Scenic.Primitive.Style.Stroke.html) - stroke the outline of the primitive. In this case, only the curvy part.
4344
4445
## Usage

0 commit comments

Comments
 (0)