diff options
-rw-r--r-- | pict.scm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -454,6 +454,9 @@ strings that are built from the list of attributes LST." ;;; XXX: Emacs doesn't render filters when the image type is SVG. It ;;; only does this when the image type is 'imagemagick, i.e. when the ;;; SVG is first fed to ImageMagick and the raster image is displayed. + +;;; We have no control over whether the image is rendered with +;;; ImageMagick or with librsvg. (define (blur pict radius) "Apply a Gaussian blur with blur RADIUS to the PICT." (let ((new-height (+ (pict-height pict) (* 2 radius))) |