reference/image/functions/imagesetthickness.xml
593ea510e853ff034e03f78a4be0daa41661c9d4
...
...
@@ -9,12 +9,12 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>imagesetthickness</methodname>
12
-
<methodparam><type>resource</type><parameter>image</parameter></methodparam>
12
+
<methodparam><type>GdImage</type><parameter>image</parameter></methodparam>
13
13
<methodparam><type>int</type><parameter>thickness</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
<function>imagesetthickness</function> sets the thickness of the lines
17
-
drawn when drawing rectangles, polygons, ellipses etc. etc. to
17
+
drawn when drawing rectangles, polygons, arcs etc. to
18
18
<parameter>thickness</parameter> pixels.
19
19
</para>
20
20
</refsect1>
...
...
@@ -40,6 +40,24 @@
40
40
&return.success;
41
41
</para>
42
42
</refsect1>
43
+

44
+
<refsect1 role="changelog">
45
+
&reftitle.changelog;
46
+
<informaltable>
47
+
<tgroup cols="2">
48
+
<thead>
49
+
<row>
50
+
<entry>&Version;</entry>
51
+
<entry>&Description;</entry>
52
+
</row>
53
+
</thead>
54
+
<tbody>
55
+
&gd.changelog.image-param;
56
+
</tbody>
57
+
</tgroup>
58
+
</informaltable>
59
+
</refsect1>
60
+

43
61
<refsect1 role="examples">
44
62
&reftitle.examples;
45
63
<para>
...
...
@@ -80,12 +98,8 @@ imagedestroy($im);
80
98
</example>
81
99
</para>
82
100
</refsect1>
83
-
<refsect1 role="notes">
84
-
&reftitle.notes;
85
-
&note.gd.2;
86
-
</refsect1>
87
-
</refentry>
88
101

102
+
</refentry>
89
103
<!-- Keep this comment at the end of the file
90
104
Local variables:
91
105
mode: sgml
92
106