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

/inkscape/src/live_effects/
H A Dlpe-knot.h76 BoolParam add_other_stroke_width; member in class:Inkscape::LivePathEffect::LPEKnot
H A Dlpe-knot.cpp353 add_other_stroke_width(_("_Crossing path stroke width"), _("Add crossed stroke width to the interruption size"), "add_other_stroke_width", &wr, this, true),
366 registerParameter( dynamic_cast<Parameter *>(&add_other_stroke_width) );
456 if ( add_other_stroke_width.get_value() ) {

Completed in 1125 milliseconds