Description Usage Arguments Examples
Turn off shape outlines
1
noStroke(sketch)
sketch
A p5 sketch.
1 2 3 4 5 6 7 8 9 10 11
## Not run: p5() %>% stroke("#FF0000") %>% fill("#DCDCDC") %>% rect(10, 10, 20, 30) %>% noStroke() %>% rect(40, 10, 20, 30) ## End(Not run)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.