]> git.eshelyaron.com Git - emacs.git/commit
Don't add repeated xlmns:xlink declarations in svg-create
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Mar 2020 04:30:49 +0000 (05:30 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Mar 2020 04:31:27 +0000 (05:31 +0100)
commit4860530f3c130c6f854ea83dcc03f59e535a33ba
treed01a37edb283a80896272505f72b061cc867c13b
parent8db6b432bb812923c44b94b7bf087dd52d39e345
Don't add repeated xlmns:xlink declarations in svg-create

* lisp/svg.el (svg-create): Fix previous unconditional addition of
the xmlns:xlink declaration -- callers may already add one, and
having it twice is something most svg libraries doesn't like.
lisp/svg.el