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

Method stroke_opacity

renderers/agg/src/agg_svg_path_renderer.cpp:247–250  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

245
246 //------------------------------------------------------------------------
247 void path_renderer::stroke_opacity(double op)
248 {
249 cur_attr().stroke_color.opacity(op);
250 }
251
252 //------------------------------------------------------------------------
253 void path_renderer::line_join(line_join_e join)

Callers 1

parse_attrMethod · 0.80

Calls 1

opacityMethod · 0.45

Tested by

no test coverage detected