Tune threshold some for offset converter
This commit is contained in:
parent
c3574c1008
commit
35f4ae5bc7
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ struct MAPNIK_DECL offset_converter
|
|||
offset_converter(Geometry & geom)
|
||||
: geom_(geom)
|
||||
, offset_(0.0)
|
||||
, threshold_(8.0)
|
||||
, threshold_(6.0)
|
||||
, half_turn_segments_(16)
|
||||
, status_(initial)
|
||||
, pre_first_(vertex2d::no_init)
|
||||
|
|
Loading…
Reference in a new issue