image(filled)ellipse ignores imagesetthickness

That has already been filed as feature request against libgd:
<https://github.com/libgd/libgd/issues/174>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339670 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-07-15 17:08:42 +00:00
parent fff33769ee
commit f407572f29
3 changed files with 11 additions and 1 deletions

View file

@ -123,6 +123,11 @@ imagepng($image);
This function requires GD 2.0.2 or later.
</para>
</note>
<note>
<para>
<function>imageellipse</function> ignores <function>imagesetthickness</function>.
</para>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;

View file

@ -117,6 +117,11 @@ imagepng($image);
<refsect1 role="notes">
&reftitle.notes;
&note.gd.2;
<note>
<para>
<function>imagefilledellipse</function> ignores <function>imagesetthickness</function>.
</para>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;

View file

@ -14,7 +14,7 @@
</methodsynopsis>
<para>
<function>imagesetthickness</function> sets the thickness of the lines
drawn when drawing rectangles, polygons, ellipses etc. etc. to
drawn when drawing rectangles, polygons, arcs etc. to
<parameter>thickness</parameter> pixels.
</para>
</refsect1>