+ clip polygons
This commit is contained in:
parent
8116ba4809
commit
6495ea8996
1 changed files with 2 additions and 1 deletions
|
@ -60,6 +60,7 @@ void agg_renderer<T>::process(polygon_symbolizer const& sym,
|
|||
unsigned g=fill_.green();
|
||||
unsigned b=fill_.blue();
|
||||
unsigned a=fill_.alpha();
|
||||
renb.clip_box(0,0,width_,height_);
|
||||
renderer ren(renb);
|
||||
|
||||
ras_ptr->reset();
|
||||
|
|
Loading…
Reference in a new issue