]> git.eshelyaron.com Git - emacs.git/commitdiff
(Image Formats, Other Image Types): Add SVG.
authorJuri Linkov <juri@jurta.org>
Tue, 28 Aug 2007 22:42:44 +0000 (22:42 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 28 Aug 2007 22:42:44 +0000 (22:42 +0000)
lispref/ChangeLog
lispref/display.texi

index a7750d2ee3594a4b26a6c0f356705ac3f9b7d4ca..7816c993e2e5d0f1a032749987c1f27f5400c6ed 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-28  Juri Linkov  <juri@jurta.org>
+
+       * display.texi (Image Formats, Other Image Types): Add SVG.
+
 2007-08-28  Juri Linkov  <juri@jurta.org>
 
        * display.texi (Images): Move formats-related text to new node
index 8eee6eb18ccb8de4679b356e250cbf989a501140..db630ba2c512a9c0f8e55a26840548c07a449601 100644 (file)
@@ -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