+ cairo: fix polygon pattern rendering

This commit is contained in:
Artem Pavlenko 2012-05-03 15:28:57 +01:00
parent 0bec7f56d3
commit c475f2f995

View file

@ -1300,9 +1300,11 @@ void cairo_renderer_base::start_map_processing(Map const& map)
clipped.clip_box(query_extent_.minx(),query_extent_.miny(),query_extent_.maxx(),query_extent_.maxy());
path_type path(t_,clipped,prj_trans);
context.add_path(path);
context.fill();
}
}
// fill polygon
context.fill();
}
void cairo_renderer_base::process(raster_symbolizer const& sym,