]> git.eshelyaron.com Git - emacs.git/commit
Avoid inserting extra space in SVG data
authorDavid Ponce <da_vid@orange.fr>
Fri, 19 Jul 2024 14:10:00 +0000 (16:10 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 11 Aug 2024 07:23:27 +0000 (09:23 +0200)
commit3ad32c953d4b96360feb4f32b8b2df01a21cc238
treef9ed7a2837b95b36566021ebbda8131ba40103b7
parentc7cc507778a50493f11fbad0fcb28d289823beb9
Avoid inserting extra space in SVG data

* lisp/svg.el (svg-print): Remove useless extra space from
the XML representation of child node.  (Bug#72198)

(cherry picked from commit f94d58008eb3d6e9d3ea9e9b967be329a880057b)
lisp/svg.el