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

Method line_join

renderers/agg/src/agg_svg_path_renderer.cpp:253–256  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

251
252 //------------------------------------------------------------------------
253 void path_renderer::line_join(line_join_e join)
254 {
255 cur_attr().line_join = join;
256 }
257
258 //------------------------------------------------------------------------
259 void path_renderer::line_cap(line_cap_e cap)

Callers 2

applyCJCFunction · 0.45
parse_attrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected