diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-06-14 23:35:14 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-06-14 23:35:14 +0200 |
commit | fdb2c4dd5696c1d0745643b0d9be215a8b404437 (patch) | |
tree | 23e258294a755e728a950f98738f23b22cb35ef6 | |
parent | ede867b2d0d2f3d9c619657491866b8c71c1af4a (diff) |
pict: ellipse: Add docstring.
* pict.scm (ellipse): Add docstring.
-rw-r--r-- | pict.scm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |