mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 01:20:10 +01:00
spans: Initialise rects->is_bounded for polygon compat.
This commit is contained in:
parent
6754f1db17
commit
ca6e4e1f91
1 changed files with 2 additions and 0 deletions
|
|
@ -118,6 +118,8 @@ _cairo_surface_composite_trapezoids_as_polygon (cairo_surface_t *surface,
|
|||
|
||||
rects.unbounded = rects.bounded;
|
||||
|
||||
rects.is_bounded = _cairo_operator_bounded_by_either (op);
|
||||
|
||||
converter = _create_scan_converter (CAIRO_FILL_RULE_WINDING,
|
||||
antialias,
|
||||
&rects);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue