summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-06-14 23:34:45 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-06-14 23:35:05 +0200
commitede867b2d0d2f3d9c619657491866b8c71c1af4a (patch)
tree30a497524a3e60e85cabbafeb46604cca228e32e
parent6aad6bd0bdb1458a785ee426d036a7e98fe63775 (diff)
pict: disk: Add docstring.
* pict.scm (disk): Add docstring.
-rw-r--r--pict.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/pict.scm b/pict.scm
index 2eb7db6..16e067e 100644
--- a/pict.scm
+++ b/pict.scm
@@ -689,6 +689,8 @@ override the line color and line thickness."
(define* (disk size
#:key
(color "black"))
+ "Return a disk with an outer diameter of SIZE. It is filled with
+the given COLOR."
(fill (circle size #:border-width 0 #:border-color "none") color))
(define* (ellipse w h