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

Method fill

renderers/agg/src/agg_svg_path_renderer.cpp:201–206  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

199
200 //------------------------------------------------------------------------
201 void path_renderer::fill(const rgba8& f)
202 {
203 path_attributes& attr = cur_attr();
204 attr.fill_color = f;
205 attr.fill_flag = true;
206 }
207
208 //------------------------------------------------------------------------
209 void path_renderer::stroke(const rgba8& s)

Callers 1

parse_attrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected