mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
+ don't draw 'frame' to match AGG renderer output
This commit is contained in:
parent
f4539474fc
commit
6e23b64244
@ -949,11 +949,11 @@ void cairo_renderer_base::start_map_processing(Map const& map)
|
||||
}
|
||||
}
|
||||
|
||||
path_type path(t_, *frame, prj_trans);
|
||||
context.set_color(128, 128, 128, sym.get_opacity());
|
||||
context.add_path(path);
|
||||
context.stroke();
|
||||
|
||||
//path_type path(t_, *frame, prj_trans);
|
||||
//context.set_color(128, 128, 128, sym.get_opacity());
|
||||
//context.add_path(path);
|
||||
//context.stroke();
|
||||
|
||||
path_type roof_path(t_, *roof, prj_trans);
|
||||
context.set_color(sym.get_fill(), sym.get_opacity());
|
||||
context.add_path(roof_path);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user