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

Method stroke

renderers/agg/src/agg_svg_path_renderer.cpp:209–214  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

207
208 //------------------------------------------------------------------------
209 void path_renderer::stroke(const rgba8& s)
210 {
211 path_attributes& attr = cur_attr();
212 attr.stroke_color = s;
213 attr.stroke_flag = true;
214 }
215
216 //------------------------------------------------------------------------
217 void path_renderer::even_odd(bool flag)

Callers 1

parse_attrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected