Home
last modified time | relevance | path

Searched refs:selectPointShape (Results 1 – 3 of 3) sorted by relevance

/plugin/sketchcanvas/script/
DSketchCanvas.js419 …var needsRedraw = self.selectPointShape !== selectobj[n] || self.selectPointIdx !== pointMovingIdx;
420 self.selectPointShape = selectobj[n];
436 …if(this.selectPointShape !== selectobj[n] || i < this.selectPointIdx || this.selectPointIdx + 1 < …
970 shape === this.selectPointShape && i === this.selectPointIdx ? '#7f7fff' : '#7f7f7f');
973 if(shape !== this.selectPointShape || i < this.selectPointIdx || this.selectPointIdx + 1 < i)
1996 if(this.selectPointShape && this.selectPointShape.tool === "path" && 0 <= this.selectPointIdx){
1998 if(this.selectPointShape.points.length <= 2){
1999 deleteShapes([this.selectPointShape]);
2000 this.selectPointShape = null;
2003 this.selectPointShape.points.splice(this.selectPointIdx, 1);
[all …]
/plugin/sketchcanvas/bundle/
DSketchCanvas.js32selectPointShape!==u[g]||E.selectPointIdx!==U;return E.selectPointShape=u[g],E.selectPointIdx=U,M&…
36selectPointShape&&this.selectPointShape.tool==="path"&&0<=this.selectPointIdx&&(l.push(G(s)),this.
DSketchCanvas.js.map4selectPointShape !== selectobj[n] || self.selectPointIdx !== pointMovingIdx;\r\n\t\t\t\tself.selec…