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

Method fill_opacity

renderers/agg/src/agg_svg_path_renderer.cpp:241–244  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

239
240 //------------------------------------------------------------------------
241 void path_renderer::fill_opacity(double op)
242 {
243 cur_attr().fill_color.opacity(op);
244 }
245
246 //------------------------------------------------------------------------
247 void path_renderer::stroke_opacity(double op)

Callers 1

parse_attrMethod · 0.80

Calls 1

opacityMethod · 0.45

Tested by

no test coverage detected