blob: 74f67d1f90d6ec6b51290fcd45131fce2987fd56 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<section xml:id="line-instruction"
xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en"
xmlns:xi="http://www.w3.org/2001/XInclude">
<title>line</title>
<indexterm>
<primary>line</primary>
</indexterm>
<para>Adds the specified line subpath.</para>
<variablelist>
<varlistentry>
<term><parameter>layer</parameter></term>
<listitem>
<para>The layer which should have the specified line subpath
added.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>The X coordinate of the endpoint of the line.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>The Y coordinate of the endpoint of the line.</para>
</listitem>
</varlistentry>
</variablelist>
</section>