mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
sync cairo with agg renderer after r2876
This commit is contained in:
parent
f925c395e5
commit
1b1bd4b02e
@ -1157,6 +1157,8 @@ void cairo_renderer_base::process(shield_symbolizer const& sym,
|
||||
placement text_placement(info, sym, placement_options, 1.0, w, h, false);
|
||||
text_placement.avoid_edges = sym.get_avoid_edges();
|
||||
text_placement.allow_overlap = sym.get_allow_overlap();
|
||||
if (writer.first)
|
||||
text_placement.collect_extents = true; // needed for inmem metawriter
|
||||
position const& pos = sym.get_displacement();
|
||||
position const& shield_pos = sym.get_shield_displacement();
|
||||
for( unsigned jj = 0; jj < geom.num_points(); jj++ )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user