diff options
-rw-r--r-- | pict.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -742,8 +742,8 @@ full transparency) and 1 (for full opacity)." of the SVG of PICT or #F." (and=> ((sxpath `(,@path @ ,attr *any*)) (pict-sxml pict)) - (lambda (m) (and (pair? m) - (car m))))) + (lambda (m) + (and (pair? m) (car m))))) (define (pict-height pict) "Return the numeric height of PICT." |