reference/gmagick/gmagick/compositeimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -20,8 +20,6 @@
20
20
Composite one image onto another at the specified offset.
21
21
</para>
22
22

23
-
24
-

25
23
</refsect1>
26
24

27
25
<refsect1 role="parameters">
...
...
@@ -32,7 +30,7 @@
32
30
<term><parameter>source</parameter></term>
33
31
<listitem>
34
32
<para>
35
-
Gmagick object which holds the composite image
33
+
<classname>Gmagick</classname> object which holds the composite image.
36
34
</para>
37
35
</listitem>
38
36
</varlistentry>
...
...
@@ -48,7 +46,7 @@
48
46
<term><parameter>x</parameter></term>
49
47
<listitem>
50
48
<para>
51
-
The column offset of the composited image
49
+
The column offset of the composited image.
52
50
</para>
53
51
</listitem>
54
52
</varlistentry>
...
...
@@ -56,7 +54,7 @@
56
54
<term><parameter>y</parameter></term>
57
55
<listitem>
58
56
<para>
59
-
The row offset of the composited image
57
+
The row offset of the composited image.
60
58
</para>
61
59
</listitem>
62
60
</varlistentry>
...
...
@@ -67,7 +65,7 @@
67
65
<refsect1 role="returnvalues">
68
66
&reftitle.returnvalues;
69
67
<para>
70
-
The Gmagick object with compositions.
68
+
The <classname>Gmagick</classname> object with compositions.
71
69
</para>
72
70
</refsect1>
73
71

74
72