pajoye          Sat Sep 10 06:57:39 2005 EDT

  Modified files:              
    /phpdoc/en/reference/image/functions        imageantialias.xml 
  Log:
  - add some unsupported features
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/image/functions/imageantialias.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/image/functions/imageantialias.xml
diff -u phpdoc/en/reference/image/functions/imageantialias.xml:1.6 
phpdoc/en/reference/image/functions/imageantialias.xml:1.7
--- phpdoc/en/reference/image/functions/imageantialias.xml:1.6  Sat Sep 10 
06:45:55 2005
+++ phpdoc/en/reference/image/functions/imageantialias.xml      Sat Sep 10 
06:57:36 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
  <refentry id="function.imageantialias">
   <refnamediv>
    <refname>imageantialias</refname>
@@ -15,10 +15,13 @@
      <methodparam><type>bool</type><parameter>on</parameter></methodparam>
     </methodsynopsis>
    <para>
-   Activate the fast drawing antialiased methods for lines and polygons.
+   Activate the fast drawing antialiased methods for lines and wired polygons.
    It does not support alpha components. It works using a direct blend 
    operation. It works only with truecolor images.
-   </para>    
+   </para>
+   <para>
+   Thickness and styled are not supported.
+   </para>
    <para>
    Using antialiased primitives with transparent background color can end with
    some unexpected results. The blend method uses the background color as any

Reply via email to