diff options
| -rw-r--r-- | doc/lispref/display.texi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 216d0332428..7c0a56dcad3 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -5777,8 +5777,13 @@ circle: | |||
| 5777 | @end lisp | 5777 | @end lisp |
| 5778 | 5778 | ||
| 5779 | 5779 | ||
| 5780 | @node SVG Path Commands | 5780 | @subsubheading SVG Path Commands |
| 5781 | @subsubsection SVG Path Commands | 5781 | |
| 5782 | @cindex svg path commands | ||
| 5783 | @anchor{SVG Path Commands} | ||
| 5784 | @dfn{SVG paths} allow creation of complex images by combining lines, | ||
| 5785 | curves, arcs, and other basic shapes. The functions described below | ||
| 5786 | allow invoking SVG path commands from a Lisp program. | ||
| 5782 | 5787 | ||
| 5783 | @deffn Command moveto points | 5788 | @deffn Command moveto points |
| 5784 | Move the pen to the first point in @var{points}. Additional points | 5789 | Move the pen to the first point in @var{points}. Additional points |