Mercurial > emacs
changeset 82948:7c79f452845f
(Image Formats, Other Image Types): Add SVG.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 28 Aug 2007 22:42:34 +0000 |
parents | 236311ab65e3 |
children | 9547b9f35042 |
files | lispref/display.texi |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/display.texi Tue Aug 28 22:35:39 2007 +0000 +++ b/lispref/display.texi Tue Aug 28 22:42:34 2007 +0000 @@ -3632,11 +3632,12 @@ 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 @@ For PNG images, specify image type @code{png}. + For SVG images, specify image type @code{svg}. + @node Defining Images @subsection Defining Images