diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-06-14 23:34:45 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-06-14 23:35:05 +0200 |
commit | ede867b2d0d2f3d9c619657491866b8c71c1af4a (patch) | |
tree | 30a497524a3e60e85cabbafeb46604cca228e32e | |
parent | 6aad6bd0bdb1458a785ee426d036a7e98fe63775 (diff) |
pict: disk: Add docstring.
* pict.scm (disk): Add docstring.
-rw-r--r-- | pict.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |