Changeset 639 for trunk

Show
Ignore:
Timestamp:
02/06/08 15:38:54 (10 months ago)
Author:
dave
Message:

Return old label_position_tolerance=0 behaviour.

  • Place within 1/2 of spacing rather than 1/3.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/placement_finder.cpp

    r622 r639  
    432432      else 
    433433      { 
    434          tolerance = spacing/3.0; 
     434         tolerance = spacing/2.0; 
    435435         tolerance_delta = std::max ( 1.0, spacing/100.0 ); 
    436436      }