scaro Sun Apr 28 16:10:13 2002 EDT
Modified files:
/phpdoc/it/reference/cpdf/functions cpdf-clip.xml
cpdf-closepath-stroke.xml
cpdf-fill.xml
Log:
fixed error: la path->il path
Index: phpdoc/it/reference/cpdf/functions/cpdf-clip.xml
diff -u phpdoc/it/reference/cpdf/functions/cpdf-clip.xml:1.3
phpdoc/it/reference/cpdf/functions/cpdf-clip.xml:1.4
--- phpdoc/it/reference/cpdf/functions/cpdf-clip.xml:1.3 Sun Apr 28 08:49:45
2002
+++ phpdoc/it/reference/cpdf/functions/cpdf-clip.xml Sun Apr 28 16:10:13 2002
@@ -6,7 +6,7 @@
<refentry id="function.cpdf-clip">
<refnamediv>
<refname>cpdf_clip</refname>
- <refpurpose>Taglia dalla path corrente</refpurpose>
+ <refpurpose>Taglia dal path corrente</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
@@ -16,7 +16,7 @@
</methodsynopsis>
<para>
La funzione <function>cpdf_clip</function> taglia tutti i disegni
- dalla path corrente.
+ dal path corrente.
</para>
</refsect1>
</refentry>
Index: phpdoc/it/reference/cpdf/functions/cpdf-closepath-stroke.xml
diff -u phpdoc/it/reference/cpdf/functions/cpdf-closepath-stroke.xml:1.3
phpdoc/it/reference/cpdf/functions/cpdf-closepath-stroke.xml:1.4
--- phpdoc/it/reference/cpdf/functions/cpdf-closepath-stroke.xml:1.3 Sun Apr 28
08:49:45 2002
+++ phpdoc/it/reference/cpdf/functions/cpdf-closepath-stroke.xml Sun Apr 28
+16:10:13 2002
@@ -6,7 +6,7 @@
<refentry id="function.cpdf-closepath-stroke">
<refnamediv>
<refname>cpdf_closepath_stroke</refname>
- <refpurpose>Chiude la path e disegna una linea lungo la path</refpurpose>
+ <refpurpose>Chiude il path e disegna una linea lungo il path</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
@@ -17,7 +17,7 @@
<para>
La funzione <function>cpdf_closepath_stroke</function> è una
combinazione di <function>cpdf_closepath</function> e
- <function>cpdf_stroke</function>. Dopo libera la path.
+ <function>cpdf_stroke</function>. Dopo libera il path.
</para>
<para>
Vedere anche <function>cpdf_closepath</function> e
Index: phpdoc/it/reference/cpdf/functions/cpdf-fill.xml
diff -u phpdoc/it/reference/cpdf/functions/cpdf-fill.xml:1.3
phpdoc/it/reference/cpdf/functions/cpdf-fill.xml:1.4
--- phpdoc/it/reference/cpdf/functions/cpdf-fill.xml:1.3 Sun Apr 28 08:51:14
2002
+++ phpdoc/it/reference/cpdf/functions/cpdf-fill.xml Sun Apr 28 16:10:13 2002
@@ -6,7 +6,7 @@
<refentry id="function.cpdf-fill">
<refnamediv>
<refname>cpdf_fill</refname>
- <refpurpose>Riempie la path corrente</refpurpose>
+ <refpurpose>Riempie il path corrente</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
@@ -15,7 +15,7 @@
<methodparam><type>int</type><parameter>documento pdf</parameter></methodparam>
</methodsynopsis>
<para>
- La funzione <function>cpdf_fill</function> riempie l'interno della
+ La funzione <function>cpdf_fill</function> riempie l'interno del
path corrente con il colore di riempimento corrente.
</para>
<para>