mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
layers should be composited with zero offset
This commit is contained in:
parent
82a7d07b7f
commit
a734ff1e90
@ -250,9 +250,7 @@ void agg_renderer<T0,T1>::end_layer_processing(layer const& lyr)
|
||||
{
|
||||
composite_mode_e comp_op = lyr.comp_op() ? *lyr.comp_op() : src_over;
|
||||
composite(previous_buffer, current_buffer,
|
||||
comp_op, lyr.get_opacity(),
|
||||
-common_.t_.offset(),
|
||||
-common_.t_.offset());
|
||||
comp_op, lyr.get_opacity(), 0, 0);
|
||||
internal_buffers_.pop();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user