X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/435da5d2955ce35be4785b7d46566ed9b42ea9fb..c430f7e23fc2c22f251ace4254e37dea1452dfc3:/lisp/svg.el diff --git a/lisp/svg.el b/lisp/svg.el index 0b45c5cc0e..c4f3270ea8 100644 --- a/lisp/svg.el +++ b/lisp/svg.el @@ -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)