diff options
| author | Lars Ingebrigtsen | 2016-02-19 16:04:11 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-19 16:04:11 +1100 |
| commit | 5e8a62917ade3751a328aa90830b51bbed90e15d (patch) | |
| tree | 79f6fe39aff4aebe13d22183399c98213cb17f6d /etc | |
| parent | 466fc43182d1677c107856d4752ef4b6812baefe (diff) | |
| download | emacs-5e8a62917ade3751a328aa90830b51bbed90e15d.tar.gz emacs-5e8a62917ade3751a328aa90830b51bbed90e15d.zip | |
Add a library for creating and manipulating SVG images
* doc/lispref/display.texi (SVG Images): New section.
* lisp/svg.el: New file.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -851,6 +851,10 @@ keymap put into the text properties (or overlays) that span the | |||
| 851 | image. This keymap binds keystrokes for manipulating size and | 851 | image. This keymap binds keystrokes for manipulating size and |
| 852 | rotation, as well as saving the image to a file. | 852 | rotation, as well as saving the image to a file. |
| 853 | 853 | ||
| 854 | +++ | ||
| 855 | *** A new library for creating and manipulating SVG images has been | ||
| 856 | added. See the "SVG Images" section in the lispref manual for details. | ||
| 857 | |||
| 854 | ** Lisp mode | 858 | ** Lisp mode |
| 855 | 859 | ||
| 856 | --- | 860 | --- |