Searched defs:slice (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-ellipse.cpp551 bool slice = this->_isSlice(); local
553 // Add the centre, if we have a closed slice or when explicitly asked for
554 if (snapprefs->isTargetSnappable(Inkscape::SNAPTARGET_NODE_CUSP) && slice && this->_closed) {
564 // And if we have a slice, also snap to the endpoints
565 if (snapprefs->isTargetSnappable(Inkscape::SNAPTARGET_NODE_CUSP) && slice) {

Completed in 15 milliseconds