blob: a7bfc7f142b2701283cdeaedf34163f82c20a39e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<section xml:id="start-instruction"
xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en"
xmlns:xi="http://www.w3.org/2001/XInclude">
<title>start</title>
<indexterm>
<primary>start</primary>
</indexterm>
<para>Starts a new subpath at the specified point.</para>
<variablelist>
<varlistentry>
<term><parameter>layer</parameter></term>
<listitem>
<para>The layer which should start a new subpath.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>The X coordinate of the first point of the new
subpath.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>The Y coordinate of the first point of the new
subpath.</para>
</listitem>
</varlistentry>
</variablelist>
</section>