Skip to content

Commit

Permalink
restore agg renderer clip_box, accidentally disabled in 21d0544 - refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Feb 10, 2012
1 parent 75e264a commit 0acd213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agg/agg_renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ void agg_renderer<T>::start_map_processing(Map const& map)
#ifdef MAPNIK_DEBUG
std::clog << "start map processing bbox="
<< map.get_current_extent() << "\n";
ras_ptr->clip_box(0,0,width_,height_);
#endif
ras_ptr->clip_box(0,0,width_,height_);
}

template <typename T>
Expand Down

0 comments on commit 0acd213

Please sign in to comment.