Remove duplicated GD2 part.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195288 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dallas Wang 2005-09-06 20:18:34 +00:00
parent b2da15136d
commit 60271dc78f

View file

@ -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 @@ imagepng($image);
?>
]]>
</programlisting>
</example>
</para>
&note.gd.2;
<para>
See also <function>imageellipse</function> and
<function>imagefilledarc</function>.
</para>
</refsect1>
</refentry>
</programlisting>
</example>
</para>
&note.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: