MCPcopy Create free account
hub / github.com/MapServer/MapServer / close_subpath

Method close_subpath

renderers/agg/src/agg_svg_path_renderer.cpp:167–170  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

165
166 //------------------------------------------------------------------------
167 void path_renderer::close_subpath()
168 {
169 m_storage.end_poly(path_flags_close);
170 }
171
172 //------------------------------------------------------------------------
173 path_attributes& path_renderer::cur_attr()

Callers 2

parse_rectMethod · 0.80
parse_polyMethod · 0.80

Calls 1

end_polyMethod · 0.80

Tested by

no test coverage detected