diff options
-rw-r--r-- | pict.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -653,6 +653,7 @@ the line color and line thickness." #:key (border-color "black") (border-width 1)) + "Return a circle with an outer diameter of SIZE." (let* ((border-width (min border-width (/ size 2))) (radius (exact->inexact (/ (- size border-width) 2)))) |