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

Method remove_all

renderers/agg/src/agg_svg_path_renderer.cpp:43–49  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

41
42 //------------------------------------------------------------------------
43 void path_renderer::remove_all()
44 {
45 m_storage.remove_all();
46 m_attr_storage.remove_all();
47 m_attr_stack.remove_all();
48 m_transform.reset();
49 }
50
51 //------------------------------------------------------------------------
52 void path_renderer::begin_path()

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected