diff options
-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 |