dallas Tue Sep 6 16:18:34 2005 EDT
Modified files:
/phpdoc/en/reference/image/functions imagefilledellipse.xml
Log:
Remove duplicated GD2 part.
http://cvs.php.net/diff.php/phpdoc/en/reference/image/functions/imagefilledellipse.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/image/functions/imagefilledellipse.xml
diff -u phpdoc/en/reference/image/functions/imagefilledellipse.xml:1.11
phpdoc/en/reference/image/functions/imagefilledellipse.xml:1.12
--- phpdoc/en/reference/image/functions/imagefilledellipse.xml:1.11 Wed Aug
10 00:48:11 2005
+++ phpdoc/en/reference/image/functions/imagefilledellipse.xml Tue Sep 6
16:18:34 2005
@@ -1,39 +1,34 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
- <refentry id="function.imagefilledellipse">
- <refnamediv>
- <refname>imagefilledellipse</refname>
- <refpurpose>Draw a filled ellipse</refpurpose>
- </refnamediv>
- <refsect1>
- <title>Description</title>
- <methodsynopsis>
- <type>bool</type><methodname>imagefilledellipse</methodname>
-
<methodparam><type>resource</type><parameter>image</parameter></methodparam>
- <methodparam><type>int</type><parameter>cx</parameter></methodparam>
- <methodparam><type>int</type><parameter>cy</parameter></methodparam>
- <methodparam><type>int</type><parameter>w</parameter></methodparam>
- <methodparam><type>int</type><parameter>h</parameter></methodparam>
- <methodparam><type>int</type><parameter>color</parameter></methodparam>
- </methodsynopsis>
- <para>
- <function>imagefilledellipse</function> draws an ellipse centered at
- <parameter>cx</parameter>, <parameter>cy</parameter> (top left is
- 0, 0) in the image represented by <parameter>image</parameter>.
- <parameter>W</parameter> and <parameter>h</parameter> specifies the
- ellipse's width and height respectively. The ellipse is filled using
- <parameter>color</parameter>. &return.success;
- </para>
- <note>
- <para>
- This function was added in PHP 4.0.6 and requires GD 2.0.1 or later
- </para>
- </note>
- <para>
- <example>
- <title><function>imagefilledellipse</function> example</title>
- <programlisting role="php">
+<refentry id="function.imagefilledellipse">
+ <refnamediv>
+ <refname>imagefilledellipse</refname>
+ <refpurpose>Draw a filled ellipse</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <methodsynopsis>
+ <type>bool</type><methodname>imagefilledellipse</methodname>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
+ <methodparam><type>int</type><parameter>cx</parameter></methodparam>
+ <methodparam><type>int</type><parameter>cy</parameter></methodparam>
+ <methodparam><type>int</type><parameter>w</parameter></methodparam>
+ <methodparam><type>int</type><parameter>h</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+ <function>imagefilledellipse</function> draws an ellipse centered at
+ <parameter>cx</parameter>, <parameter>cy</parameter> (top left is
+ 0, 0) in the image represented by <parameter>image</parameter>.
+ <parameter>W</parameter> and <parameter>h</parameter> specifies the
+ ellipse's width and height respectively. The ellipse is filled using
+ <parameter>color</parameter>. &return.success;
+ </para>
+ <para>
+ <example>
+ <title><function>imagefilledellipse</function> example</title>
+ <programlisting role="php">
<![CDATA[
<?php
@@ -55,16 +50,16 @@
?>
]]>
- </programlisting>
- </example>
- </para>
- ¬e.gd.2;
- <para>
- See also <function>imageellipse</function> and
- <function>imagefilledarc</function>.
- </para>
- </refsect1>
- </refentry>
+ </programlisting>
+ </example>
+ </para>
+ ¬e.gd.2;
+ <para>
+ See also <function>imageellipse</function> and
+ <function>imagefilledarc</function>.
+ </para>
+ </refsect1>
+</refentry>
<!-- Keep this comment at the end of the file
Local variables: