ps: fix raster source patterns

This commit is contained in:
Adrian Johnson 2015-10-17 13:15:56 +10:30
parent e294ca19f2
commit 6952e03262
2 changed files with 1 additions and 0 deletions

View file

@ -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