]> git.eshelyaron.com Git - emacs.git/commit
Add support for paths to svg.el
authorFelix E. Klee <felix.klee@inka.de>
Mon, 15 Jul 2019 15:07:56 +0000 (17:07 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 15 Jul 2019 15:07:56 +0000 (17:07 +0200)
commitd6bc55ae2dc98c83e58a28e380ce4bcf2ed00bb3
tree47e633d687d0bda97e8613c57bed4ab816e55d44
parent3b6992118501d0a17b6817a91011f8e8dcdf8164
Add support for paths to svg.el

* doc/lispref/display.texi (SVG Images): Document svg-path,
svg-clip-path and svg-node (bug#32359).

* doc/lispref/display.texi (SVG Path Commands): New node.

* lisp/svg.el (svg--plist-delete, svg--path-command-symbol)
(svg--elliptical-arc-coordinates, svg--elliptical-arc-command)
(svg--moveto-command, svg--closepath-command)
(svg--lineto-command, svg--horizontal-lineto-command)
(svg--vertical-lineto-command, svg--curveto-command)
(svg--smooth-curveto-command)
(svg--quadratic-bezier-curveto-command)
(svg--smooth-quadratic-bezier-curveto-command)
(svg--eval-path-command, svg-path, svg-clip-path, svg-node): New
functions.
doc/lispref/display.texi
lisp/svg.el