summaryrefslogtreecommitdiff
path: root/lisp/svg.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-1/+1
* * lisp/svg.el: Fix typo in sample code; add minor optimizationStefan Monnier2021-04-241-26/+22
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Explicitly specify svg base_uri using `:base-uri' image propertyZajcev Evgeny2020-12-121-0/+13
* * lisp/svg.el: Bump package version to 1.1.Stefan Kangas2020-09-061-1/+1
* Don't add repeated xlmns:xlink declarations in svg-createLars Ingebrigtsen2020-03-241-1/+2
* Make svg images with links validZhu Zihao2020-03-201-1/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Revert "Revert "Add support for paths to svg.el""Lars Ingebrigtsen2019-07-311-0/+148
* Revert "Add support for paths to svg.el"Lars Ingebrigtsen2019-07-161-148/+0
* Add support for paths to svg.elFelix E. Klee2019-07-151-0/+148
* * lisp/svg.el: Prepare for distribution via GNU ELPAStefan Monnier2019-06-241-8/+42
* Merge from origin/emacs-26Glenn Morris2019-06-111-6/+6
|\
| * lisp/*.el: Minor docstring fixesJuanma Barranquero2019-06-101-6/+6
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Fix up svg text encodingLars Ingebrigtsen2017-10-261-2/+8
* | * lisp/svg.el (svg--encode-text): Fix off-by-one error in previous patch.Lars Ingebrigtsen2017-10-191-1/+1
* | (svg--encode-text): Make strings even more validLars Ingebrigtsen2017-10-191-1/+1
* | Encode non-ASCII SVG textsLars Ingebrigtsen2017-10-191-1/+15
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update uses of if-let and when-letMark Oteiza2017-09-121-4/+4
* * lisp/svg.el (svg-line): Fix x/y typo. (Bug#26953)Ari Roponen2017-05-201-2/+2
* Allow svg-image to take all create-image PROPSLars Ingebrigtsen2017-04-211-4/+6
* Avoid unnecessary loading of subr-x at run-timeGlenn Morris2017-04-181-1/+1
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* New functions svg-text and svg-removeLars Magne Ingebrigtsen2016-06-271-11/+31
* Add a new function `svg-embed'Lars Magne Ingebrigtsen2016-06-271-0/+23
* * lisp/svg.el (svg-create): Fix a typo: xmlsn -> xmlns. (Bug#23589)Puneeth Chaganti2016-05-211-1/+1
* Spelling fixesPaul Eggert2016-04-031-1/+1
* Add a library for creating and manipulating SVG imagesLars Ingebrigtsen2016-02-191-0/+230