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

/inkscape/src/live_effects/
H A Dlpe-powerstroke.cpp142 LINECAP_BUTT, enumerator in enum:Inkscape::LivePathEffect::LineCapType
149 {LINECAP_BUTT, N_("Butt"), "butt"},
181 start_linecap_type(_("Start cap:"), _("Determines the shape of the path's start"), "start_linecap_type", LineCapTypeConverter, &wr, this, LINECAP_BUTT),
184 end_linecap_type(_("End cap:"), _("Determines the shape of the path's end"), "end_linecap_type", LineCapTypeConverter, &wr, this, LINECAP_BUTT)
672 case LINECAP_BUTT:
710 case LINECAP_BUTT:

Completed in 15 milliseconds