mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 11:08:12 +02:00
cairo-ps-surface: Don't support meta-surfaces. This isn't ready yet.
This commit is contained in:
parent
7cee03957b
commit
29dad9867a
1 changed files with 0 additions and 2 deletions
|
|
@ -626,8 +626,6 @@ operator_always_translucent (cairo_operator_t op)
|
|||
static cairo_bool_t
|
||||
pattern_surface_supported (const cairo_surface_pattern_t *pattern)
|
||||
{
|
||||
if (_cairo_surface_is_meta (pattern->surface))
|
||||
return TRUE;
|
||||
if (pattern->surface->backend->acquire_source_image != NULL)
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue