git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208910 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jean-Sébastien Goupil 2006-03-08 03:28:42 +00:00
parent 98b39bda54
commit 3888ed44fa
4 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
<refentry id="function.ps-shading-pattern">
<refnamediv>
@ -39,7 +39,7 @@
<term><parameter>shadingid</parameter></term>
<listitem>
<para>
The identifier of a shading previously createed with
The identifier of a shading previously created with
<function>ps_shading</function>.
</para>
</listitem>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
<refentry id="function.ps-shfill">
<refnamediv>
@ -39,7 +39,7 @@
<term><parameter>shadingid</parameter></term>
<listitem>
<para>
The identifier of a shading previously createed with
The identifier of a shading previously created with
<function>ps_shading</function>.
</para>
</listitem>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
<refentry id="function.ps-symbol-width">
<refnamediv>
@ -57,8 +57,8 @@
<term><parameter>size</parameter></term>
<listitem>
<para>
The size of the font to be used. If not size is specified
the current font size will be used.
The size of the font. If no size is specified the current size
is used.
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
<refentry id="function.ps-translate">
<refnamediv>
@ -122,7 +122,7 @@ ps_delete($ps);
been drawn.
</para>
<para>
On the second page a slighty different and more elegant approach is
On the second page a slightly different and more elegant approach is
applied. Instead of undoing the translation with a second call of
<function>ps_translate</function> the graphics context is saved before
modifying the coordinate system and restored after drawing the rectangle.