mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-08 23:10:36 +01:00
win32-printing: fix meta surface pattern regression caused by bed2701e
This commit is contained in:
parent
7658635c65
commit
3dd2cc8f6d
1 changed files with 2 additions and 0 deletions
|
|
@ -418,6 +418,8 @@ _cairo_win32_printing_surface_paint_meta_pattern (cairo_win32_surface_t *surfa
|
|||
if (status)
|
||||
return status;
|
||||
|
||||
_cairo_box_round_to_rectangle (&bbox, &meta_extents);
|
||||
|
||||
status = _cairo_win32_printing_surface_get_ctm_clip_box (surface, &clip);
|
||||
if (status)
|
||||
return status;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue