]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Thu, 29 Sep 2011 11:28:37 +0000 (11:28 +0000)
committeranthony <anthony@git.imagemagick.org>
Thu, 29 Sep 2011 11:28:37 +0000 (11:28 +0000)
MagickCore/draw.c

index ee38ad6894b7082218f9e8a5444fcf0d161ab953..91e7e81634e54b5e51705ef085c357e26b4d8cf6 100644 (file)
@@ -215,9 +215,9 @@ MagickExport DrawInfo *AcquireDrawInfo(void)
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  CloneDrawInfo() makes a copy of the given draw info structure.  If NULL
-%  is specified, a new image info structure is created initialized to
-%  default values.
+%  CloneDrawInfo() makes a copy of the given draw_info structure.  If NULL
+%  is specified, a new draw_info structure is created initialized to
+%  default values, according to the given image_info.
 %
 %  The format of the CloneDrawInfo method is:
 %