mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
fff33769ee
commit
f407572f29
3 changed files with 11 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -117,6 +117,11 @@ imagepng($image);
|
|||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
¬e.gd.2;
|
||||
<note>
|
||||
<para>
|
||||
<function>imagefilledellipse</function> ignores <function>imagesetthickness</function>.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue