Fix up svg text encoding
commit1ad56d0a6bdd07c722a3c161096a16f70d1cbb35
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 26 Oct 2017 19:48:46 +0000 (26 21:48 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 26 Oct 2017 19:49:00 +0000 (26 21:49 +0200)
treef4923d7f52e604a6af14948b435c951908a01993
parenta0e5a02125a62d3c4f09abea3a0085111ddffa77
Fix up svg text encoding

* lisp/svg.el (svg--encode-text): The SVG driver doesn't like
it if we use &apos; for apostrophe, so use our own encoding
function instead of relying on the xml one.
lisp/svg.el