1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

* lisp/svg.el (svg-create): Fix a typo: xmlsn -> xmlns. (Bug#23589)

This commit is contained in:
Puneeth Chaganti 2016-05-21 10:02:46 +03:00 committed by Eli Zaretskii
parent 44d743c20f
commit edb4af7a1d

View File

@ -36,7 +36,7 @@ any further elements added."
`((width . ,width)
(height . ,height)
(version . "1.1")
(xmlsn . "http://www.w3.org/2000/svg")
(xmlns . "http://www.w3.org/2000/svg")
,@(svg--arguments nil args))))
(defun svg-gradient (svg id type stops)