take scale_factor into account when inflating buffer
This commit is contained in:
parent
b830469d2d
commit
0221cd36df
1 changed files with 1 additions and 0 deletions
|
@ -257,6 +257,7 @@ void agg_renderer<T0,T1>::start_style_processing(feature_type_style const& st)
|
|||
{
|
||||
util::apply_visitor(visitor, filter_tag);
|
||||
}
|
||||
radius *= common_.scale_factor_;
|
||||
if (radius > common_.t_.offset())
|
||||
{
|
||||
common_.t_.set_offset(radius);
|
||||
|
|
Loading…
Reference in a new issue