MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / lineWidth

Method lineWidth

dep/agg/src/agg2d.cpp:668–672  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

666
667//------------------------------------------------------------------------
668void Agg2D::lineWidth(double w)
669{
670 m_lineWidth = w;
671 m_convStroke.width(w);
672}
673
674
675//------------------------------------------------------------------------

Callers 1

visualiseSectorsToFileFunction · 0.80

Calls 1

widthMethod · 0.45

Tested by

no test coverage detected