mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 08:48:00 +02:00
ps: fix raster source patterns
This commit is contained in:
parent
e294ca19f2
commit
6952e03262
2 changed files with 1 additions and 0 deletions
|
|
@ -1794,6 +1794,7 @@ _cairo_ps_surface_acquire_source_surface_from_pattern (cairo_ps_surface_t
|
|||
return CAIRO_INT_STATUS_UNSUPPORTED;
|
||||
assert (_cairo_surface_is_image (surf));
|
||||
image = (cairo_image_surface_t *) surf;
|
||||
cairo_surface_get_device_offset (surf, x_offset, y_offset);
|
||||
} break;
|
||||
|
||||
case CAIRO_PATTERN_TYPE_SOLID:
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.9 KiB |
Loading…
Add table
Reference in a new issue