didou Wed Dec 3 06:06:44 2003 EDT
Modified files: /phpdoc/en/reference/pdf/functions pdf-setcolor.xml Log: s/white/black (user note) Index: phpdoc/en/reference/pdf/functions/pdf-setcolor.xml diff -u phpdoc/en/reference/pdf/functions/pdf-setcolor.xml:1.5 phpdoc/en/reference/pdf/functions/pdf-setcolor.xml:1.6 --- phpdoc/en/reference/pdf/functions/pdf-setcolor.xml:1.5 Sat Aug 9 00:31:34 2003 +++ phpdoc/en/reference/pdf/functions/pdf-setcolor.xml Wed Dec 3 06:06:44 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/pdf.xml, last change in rev 1.42 --> <refentry id="function.pdf-setcolor"> <refnamediv> @@ -60,7 +60,7 @@ <programlisting role="php"> <![CDATA[ <?php -// Set fill and stroke colors to white. +// Set fill and stroke colors to black. pdf_setcolor($pdf, "both", "cmyk", 0, 0, 0, 1); ?> ]]>