+ premultiply raster (process_raster_symbolizer)
This commit is contained in:
parent
a01e1b3b14
commit
2c876c3a58
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ void agg_renderer<T>::process(raster_symbolizer const& sym,
|
|||
scale_factor,
|
||||
sym.get_scaling());
|
||||
|
||||
composite(current_buffer_->data(), target.data_, sym.comp_op(), sym.get_opacity(), start_x, start_y, false, false);
|
||||
composite(current_buffer_->data(), target.data_, sym.comp_op(), sym.get_opacity(), start_x, start_y, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue