Searched refs:LINECAP_ZERO_WIDTH (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-powerstroke.cpp146 LINECAP_ZERO_WIDTH enumerator in enum:Inkscape::LivePathEffect::LineCapType
153 {LINECAP_ZERO_WIDTH, N_("Zero width"), "zerowidth"}
596 (start_linecap==LINECAP_ZERO_WIDTH) ? 0. : ts.front()[Geom::Y]) );
598 (end_linecap==LINECAP_ZERO_WIDTH) ? 0. : ts.back()[Geom::Y]) );
651 case LINECAP_ZERO_WIDTH:
689 case LINECAP_ZERO_WIDTH:

Completed in 16 milliseconds