Show
Ignore:
Timestamp:
06/30/08 12:05:25 (6 months ago)
Author:
artem
Message:

added missing avoid_edges parameter

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/agg_renderer.cpp

    r704 r708  
    114114        font_engine_(), 
    115115        font_manager_(font_engine_), 
    116         detector_(Envelope<double>(-64 ,-64, m.getWidth() + 64 ,m.getHeight() + 64)), 
     116        detector_(Envelope<double>(-64, -64, m.getWidth() + 64 ,m.getHeight() + 64)), 
    117117        ras_ptr(new rasterizer) 
    118118   { 
     
    717717                  path_type path(t_,geom,prj_trans); 
    718718                  placement text_placement(info,sym);   
     719                  text_placement.avoid_edges = sym.get_avoid_edges(); 
    719720                  if (sym.get_label_placement() == POINT_PLACEMENT)  
    720721                  {