Skip to content

Commit

Permalink
Update strokeSize info in reference
Browse files Browse the repository at this point in the history
closes #65
  • Loading branch information
rumblesan committed Dec 3, 2021
1 parent 2fde59e commit 1c507bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ If three arguments are given then these will be used for the red, green, and blu
### strokeSize

```
strokeSize(0.3)
strokeSize(25)
sphere(3)
```

Sets the line thickness of the stroke when drawing a shape. The default is 0.02. Currently a value of 0.5 will cause the stroke to cover the entire face of a shape.
Sets the line thickness of the stroke when drawing a shape. The range is from no stroke at 0 to the faces fully covered at 100. The default is 8.

![strokesize_reference](assets/images/reference/strokesize_reference.png)

Expand Down

0 comments on commit 1c507bc

Please sign in to comment.