diff options
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/display.texi | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index a7750d2ee35..7816c993e2e 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2007-08-28 Juri Linkov <juri@jurta.org> | 1 | 2007-08-28 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * display.texi (Image Formats, Other Image Types): Add SVG. | ||
| 4 | |||
| 5 | 2007-08-28 Juri Linkov <juri@jurta.org> | ||
| 6 | |||
| 3 | * display.texi (Images): Move formats-related text to new node | 7 | * display.texi (Images): Move formats-related text to new node |
| 4 | "Image Formats". | 8 | "Image Formats". |
| 5 | (Image Formats): New node. | 9 | (Image Formats): New node. |
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). | |||
| 3632 | libraries @code{libXpm} version 3.4k and @code{libz}), GIF (requiring | 3632 | libraries @code{libXpm} version 3.4k and @code{libz}), GIF (requiring |
| 3633 | @code{libungif} 4.1.0), PostScript, PBM, JPEG (requiring the | 3633 | @code{libungif} 4.1.0), PostScript, PBM, JPEG (requiring the |
| 3634 | @code{libjpeg} library version v6a), TIFF (requiring @code{libtiff} | 3634 | @code{libjpeg} library version v6a), TIFF (requiring @code{libtiff} |
| 3635 | v3.4), and PNG (requiring @code{libpng} 1.0.2). | 3635 | v3.4), PNG (requiring @code{libpng} 1.0.2), and SVG (requiring |
| 3636 | @code{librsvg} 2.0.0). | ||
| 3636 | 3637 | ||
| 3637 | You specify one of these formats with an image type symbol. The image | 3638 | You specify one of these formats with an image type symbol. The image |
| 3638 | type symbols are @code{xbm}, @code{xpm}, @code{gif}, @code{postscript}, | 3639 | type symbols are @code{xbm}, @code{xpm}, @code{gif}, @code{postscript}, |
| 3639 | @code{pbm}, @code{jpeg}, @code{tiff}, and @code{png}. | 3640 | @code{pbm}, @code{jpeg}, @code{tiff}, @code{png}, and @code{svg}. |
| 3640 | 3641 | ||
| 3641 | @defvar image-types | 3642 | @defvar image-types |
| 3642 | This variable contains a list of those image type symbols that are | 3643 | This variable contains a list of those image type symbols that are |
| @@ -4052,6 +4053,8 @@ background color. | |||
| 4052 | 4053 | ||
| 4053 | For PNG images, specify image type @code{png}. | 4054 | For PNG images, specify image type @code{png}. |
| 4054 | 4055 | ||
| 4056 | For SVG images, specify image type @code{svg}. | ||
| 4057 | |||
| 4055 | @node Defining Images | 4058 | @node Defining Images |
| 4056 | @subsection Defining Images | 4059 | @subsection Defining Images |
| 4057 | 4060 | ||