summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2007-08-28 22:42:34 +0000
committerJuri Linkov <juri@jurta.org>2007-08-28 22:42:34 +0000
commit6f34fa55316967d93b614f3c88a8e82f98ad931e (patch)
treee84331cea332e441833930d8e36f5462f603a255
parent70e304c607ca0359355ce5b444a5de89bf26cf35 (diff)
downloademacs-6f34fa55316967d93b614f3c88a8e82f98ad931e.tar.gz
(Image Formats, Other Image Types): Add SVG.
-rw-r--r--lispref/display.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 8eee6eb18cc..db630ba2c51 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -3632,11 +3632,12 @@ libraries (though it is not possible to add new image formats).
libraries @code{libXpm} version 3.4k and @code{libz}), GIF (requiring
@code{libungif} 4.1.0), PostScript, PBM, JPEG (requiring the
@code{libjpeg} library version v6a), TIFF (requiring @code{libtiff}
-v3.4), and PNG (requiring @code{libpng} 1.0.2).
+v3.4), PNG (requiring @code{libpng} 1.0.2), and SVG (requiring
+@code{librsvg} 2.0.0).
You specify one of these formats with an image type symbol. The image
type symbols are @code{xbm}, @code{xpm}, @code{gif}, @code{postscript},
-@code{pbm}, @code{jpeg}, @code{tiff}, and @code{png}.
+@code{pbm}, @code{jpeg}, @code{tiff}, @code{png}, and @code{svg}.
@defvar image-types
This variable contains a list of those image type symbols that are
@@ -4052,6 +4053,8 @@ background color.
For PNG images, specify image type @code{png}.
+ For SVG images, specify image type @code{svg}.
+
@node Defining Images
@subsection Defining Images