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

Method stroke_width

renderers/agg/src/agg_svg_path_renderer.cpp:223–226  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

221
222 //------------------------------------------------------------------------
223 void path_renderer::stroke_width(double w)
224 {
225 cur_attr().stroke_width = w;
226 }
227
228 //------------------------------------------------------------------------
229 void path_renderer::fill_none()

Callers 1

parse_attrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected