jsgoupil Wed Mar 8 03:28:42 2006 UTC
Modified files: /phpdoc/en/reference/ps/functions ps-shading-pattern.xml ps-shfill.xml ps-symbol-width.xml ps-translate.xml Log: typos http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ps/functions/ps-shading-pattern.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/ps/functions/ps-shading-pattern.xml diff -u phpdoc/en/reference/ps/functions/ps-shading-pattern.xml:1.2 phpdoc/en/reference/ps/functions/ps-shading-pattern.xml:1.3 --- phpdoc/en/reference/ps/functions/ps-shading-pattern.xml:1.2 Fri Mar 3 12:31:05 2006 +++ phpdoc/en/reference/ps/functions/ps-shading-pattern.xml Wed Mar 8 03:28:42 2006 @@ -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> http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ps/functions/ps-shfill.xml?r1=1.3&r2=1.4&diff_format=u Index: phpdoc/en/reference/ps/functions/ps-shfill.xml diff -u phpdoc/en/reference/ps/functions/ps-shfill.xml:1.3 phpdoc/en/reference/ps/functions/ps-shfill.xml:1.4 --- phpdoc/en/reference/ps/functions/ps-shfill.xml:1.3 Fri Mar 3 12:31:05 2006 +++ phpdoc/en/reference/ps/functions/ps-shfill.xml Wed Mar 8 03:28:42 2006 @@ -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> http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ps/functions/ps-symbol-width.xml?r1=1.3&r2=1.4&diff_format=u Index: phpdoc/en/reference/ps/functions/ps-symbol-width.xml diff -u phpdoc/en/reference/ps/functions/ps-symbol-width.xml:1.3 phpdoc/en/reference/ps/functions/ps-symbol-width.xml:1.4 --- phpdoc/en/reference/ps/functions/ps-symbol-width.xml:1.3 Fri Mar 3 12:31:05 2006 +++ phpdoc/en/reference/ps/functions/ps-symbol-width.xml Wed Mar 8 03:28:42 2006 @@ -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> http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ps/functions/ps-translate.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/ps/functions/ps-translate.xml diff -u phpdoc/en/reference/ps/functions/ps-translate.xml:1.4 phpdoc/en/reference/ps/functions/ps-translate.xml:1.5 --- phpdoc/en/reference/ps/functions/ps-translate.xml:1.4 Mon Mar 6 22:48:02 2006 +++ phpdoc/en/reference/ps/functions/ps-translate.xml Wed Mar 8 03:28:42 2006 @@ -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 @@ 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.