]> code.delx.au - gnu-emacs/commitdiff
* lisp/svg.el (svg-create): Fix a typo: xmlsn -> xmlns. (Bug#23589)
authorPuneeth Chaganti <punchagan@muse-amuse.in>
Sat, 21 May 2016 07:02:46 +0000 (10:02 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 May 2016 07:02:46 +0000 (10:02 +0300)
lisp/svg.el

index 0b45c5cc0e95b1d8a5795a67d25df4099eba3e33..c4f3270ea8a0cb2541a2485f4d5899cf3f10604b 100644 (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)