mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 03:28:09 +02:00
pattern: revert an unintentional change added in 190678f
This commit is contained in:
parent
8a921e6c3e
commit
d28b6d9b12
1 changed files with 1 additions and 1 deletions
|
|
@ -3752,7 +3752,7 @@ _cairo_pattern_get_extents (const cairo_pattern_t *pattern,
|
|||
iy2 = CAIRO_RECT_INT_MAX;
|
||||
else
|
||||
iy2 = _cairo_lround (y2);
|
||||
extents->y = iy1; extents->height = iy2 - iy1 + 1;
|
||||
extents->y = iy1; extents->height = iy2 - iy1;
|
||||
if (is_vector && extents->height == 0 && y1 != y2)
|
||||
extents->height += 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue