diff --git a/src/bitmap.c b/src/bitmap.c index b5e32fab9..db0e9346e 100644 --- a/src/bitmap.c +++ b/src/bitmap.c @@ -2207,7 +2207,7 @@ gdip_bitmap_ensure_surface (GpBitmap *bitmap) switch (data->pixel_format) { case PixelFormat24bppRGB: - format = CAIRO_FORMAT_RGB24; + format = CAIRO_FORMAT_ARGB32; //CAIRO_FORMAT_RGB24; break; case PixelFormat32bppARGB: /* premultiplication is required */