Home
last modified time | relevance | path

Searched refs:pcoms1 (Results 1 – 2 of 2) sorted by relevance

/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js2039 pcoms1[i]="A"; // if created multiple C:s, their original seg is saved
2057 pcoms1 = [], // path commands of original path p
2066 pcoms1[i] = pfirst; // Save current path command field
2067 i && ( pcom = pcoms1[i-1]); // Get previous path command pcom
2071 if (pcoms1[i] != "A" && pfirst == "C") pcoms1[i] = "C"; // A is the only command
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js6291 pcoms1[i] = "A"; // if created multiple C:s, their original seg is saved
6309 pcoms1 = [], // path commands of original path p
6318 pcoms1[i] = pfirst; // Save current path command field
6319 i && ( pcom = pcoms1[i - 1]); // Get previous path command pcom
6323 if (pcoms1[i] != "A" && pfirst == "C") pcoms1[i] = "C"; // A is the only command