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

Method line_cap

renderers/agg/src/agg_svg_path_renderer.cpp:259–262  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

257
258 //------------------------------------------------------------------------
259 void path_renderer::line_cap(line_cap_e cap)
260 {
261 cur_attr().line_cap = cap;
262 }
263
264 //------------------------------------------------------------------------
265 void path_renderer::miter_limit(double ml)

Callers 4

applyCJCFunction · 0.45
agg2RenderPolygonHatchedFunction · 0.45
msHatchPolygonFunction · 0.45
parse_attrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected