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)
This commit is contained in:
parent
292fcd2009
commit
f94d58008e
1 changed files with 0 additions and 1 deletions
|
@ -331,7 +331,6 @@ If the SVG is later changed, the image will also be updated."
|
|||
(insert (format " %s=\"%s\"" (car attr) (cdr attr)))))
|
||||
(insert ">")
|
||||
(dolist (elem (nthcdr 2 dom))
|
||||
(insert " ")
|
||||
(svg-print elem))
|
||||
(insert (format "</%s>" (car dom)))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue