mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 14:46:02 +00:00
Bug 542605. Fix empty clips with show_glyphs, DWrite and GDI. r=bas
This brings the dwrite code inline with the existing win32 code.
This commit is contained in:
parent
6072d59b36
commit
e034e858a4
@ -1069,6 +1069,8 @@ _cairo_dwrite_show_glyphs_on_surface(void *surface,
|
||||
|
||||
_cairo_win32_surface_set_clip_region (dst, clip_region);
|
||||
}
|
||||
} else {
|
||||
_cairo_win32_surface_set_clip_region (surface, NULL);
|
||||
}
|
||||
|
||||
/* It is vital that dx values for dxy_buf are calculated from the delta of
|
||||
|
Loading…
x
Reference in New Issue
Block a user