spans: Initialise rects->is_bounded for polygon compat.

This commit is contained in:
Chris Wilson 2010-03-11 01:48:08 +00:00
parent 6754f1db17
commit ca6e4e1f91

View file

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