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

Method push_attr

renderers/agg/src/agg_svg_path_renderer.cpp:183–188  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

181
182 //------------------------------------------------------------------------
183 void path_renderer::push_attr()
184 {
185 m_attr_stack.add(m_attr_stack.size() ?
186 m_attr_stack[m_attr_stack.size() - 1] :
187 path_attributes());
188 }
189
190 //------------------------------------------------------------------------
191 void path_renderer::pop_attr()

Callers 1

start_elementMethod · 0.80

Calls 3

path_attributesClass · 0.85
addMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected