mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-19 22:50:34 +01:00
win32-print: fix transparent images have black background
Bug 91835
This commit is contained in:
parent
495362279b
commit
e5d4f520aa
1 changed files with 1 additions and 1 deletions
|
|
@ -1840,7 +1840,7 @@ cairo_win32_printing_surface_create (HDC hdc)
|
|||
_cairo_win32_printing_surface_clipper_intersect_clip_path);
|
||||
|
||||
surface->win32.format = CAIRO_FORMAT_RGB24;
|
||||
surface->win32.base.content = CAIRO_CONTENT_COLOR_ALPHA;
|
||||
surface->content = CAIRO_CONTENT_COLOR_ALPHA;
|
||||
|
||||
surface->win32.dc = hdc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue