reference/gmagick/gmagick/raiseimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -21,8 +21,6 @@
21
21
Creates a simulated three-dimensional button-like effect by lightening and darkening the edges of the image. Members width and height of raise_info define the width of the vertical and horizontal edge of the effect.
22
22
</para>
23
23

24
-
25
-

26
24
</refsect1>
27
25

28
26
<refsect1 role="parameters">
...
...
@@ -49,7 +47,7 @@
49
47
<term><parameter>x</parameter></term>
50
48
<listitem>
51
49
<para>
52
-
X coordinate
50
+
X coordinate.
53
51
</para>
54
52
</listitem>
55
53
</varlistentry>
...
...
@@ -57,7 +55,7 @@
57
55
<term><parameter>y</parameter></term>
58
56
<listitem>
59
57
<para>
60
-
Y coordinate
58
+
Y coordinate.
61
59
</para>
62
60
</listitem>
63
61
</varlistentry>
...
...
@@ -76,7 +74,7 @@
76
74
<refsect1 role="returnvalues">
77
75
&reftitle.returnvalues;
78
76
<para>
79
-
The Gmagick object on success
77
+
The <classname>Gmagick</classname> object.
80
78
</para>
81
79
</refsect1>
82
80

83
81