diff options
-rw-r--r-- | pict.scm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -724,6 +724,10 @@ override the line color and line thickness." (border-width 1) (rx 0) (ry 0)) + "Return a rectangle 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, respectively. The keys RX +and RY can be provided to round off the corners." (make-pict `(svg (@ (width ,w) (height ,h) |