]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 31 Mar 2015 00:27:44 +0000 (00:27 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 31 Mar 2015 00:27:44 +0000 (00:27 +0000)
MagickCore/option.c

index 81624f531dc179b17aa69dae029d3bb31cf56923..1d49014986268329b3f0af00c03df9b1fc9243b9 100644 (file)
@@ -1571,6 +1571,7 @@ static const OptionInfo
     { "Ellipse", EllipsePrimitive, UndefinedOptionFlag, MagickFalse },
     { "Image", ImagePrimitive, UndefinedOptionFlag, MagickFalse },
     { "Line", LinePrimitive, UndefinedOptionFlag, MagickFalse },
+    { "Matte", AlphaPrimitive, UndefinedOptionFlag, MagickFalse },
     { "Path", PathPrimitive, UndefinedOptionFlag, MagickFalse },
     { "Point", PointPrimitive, UndefinedOptionFlag, MagickFalse },
     { "Polygon", PolygonPrimitive, UndefinedOptionFlag, MagickFalse },