From fdb2c4dd5696c1d0745643b0d9be215a8b404437 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 14 Jun 2019 23:35:14 +0200 Subject: pict: ellipse: Add docstring. * pict.scm (ellipse): Add docstring. --- pict.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pict.scm b/pict.scm index 16e067e..a70a558 100644 --- a/pict.scm +++ b/pict.scm @@ -697,6 +697,9 @@ the given COLOR." #:key (border-color "black") (border-width 1)) + "Return an ellipse with width W and height H. The keys +BORDER-COLOR (a string) and BORDER-WIDTH (a number) are accepted to +override the line color and line thickness." (make-pict `(svg (@ (width ,w) (height ,h) -- cgit v1.2.3