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

Method pop_attr

renderers/agg/src/agg_svg_path_renderer.cpp:191–198  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

189
190 //------------------------------------------------------------------------
191 void path_renderer::pop_attr()
192 {
193 if(m_attr_stack.size() == 0)
194 {
195 throw exception("pop_attr : Attribute stack is empty");
196 }
197 m_attr_stack.remove_last();
198 }
199
200 //------------------------------------------------------------------------
201 void path_renderer::fill(const rgba8& f)

Callers 1

end_elementMethod · 0.80

Calls 3

exceptionClass · 0.85
remove_lastMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected