mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-17 01:20:27 +01:00
[pattern] Cosmetic.
surface is equal to pattern->surface at this point.
This commit is contained in:
parent
7894abbe6d
commit
b6c371a47f
1 changed files with 1 additions and 1 deletions
|
|
@ -1842,7 +1842,7 @@ _cairo_pattern_acquire_surface_for_surface (const cairo_surface_pattern_t *pat
|
|||
if (status)
|
||||
goto BAIL;
|
||||
|
||||
status = _cairo_surface_clone_similar (dst, pattern->surface,
|
||||
status = _cairo_surface_clone_similar (dst, surface,
|
||||
extents.x, extents.y,
|
||||
extents.width, extents.height,
|
||||
&extents.x, &extents.y, &src);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue