sync cairo with agg rendering for line_patterns
This commit is contained in:
parent
868885a52d
commit
a1cd4c2768
1 changed files with 0 additions and 4 deletions
|
@ -611,10 +611,6 @@ void cairo_renderer_base::process(line_pattern_symbolizer const& sym,
|
|||
{
|
||||
marker = marker_cache::instance().find(filename, true);
|
||||
}
|
||||
else
|
||||
{
|
||||
marker.reset(std::make_shared<mapnik::marker>());
|
||||
}
|
||||
if (!marker && !(*marker)->is_bitmap()) return;
|
||||
|
||||
unsigned width((*marker)->width());
|
||||
|
|
Loading…
Reference in a new issue