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:
parent
44d743c20f
commit
edb4af7a1d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user