Searched refs:tspans (Results 1 – 3 of 3) sorted by relevance
/plugin/sequencediagram/bower_components/raphael/dev/ |
D | raphael.svg.js | 593 tspans = [], 600 tspans[i] = tspan; 603 tspans = node.getElementsByTagName("tspan"); property 604 for (i = 0, ii = tspans.length; i < ii; i++) if (i) { 605 $(tspans[i], {dy: fontSize * leading, x: a.x}); 607 $(tspans[0], {dy: 0}); 614 dif && R.is(dif, "finite") && $(tspans[0], {dy: dif});
|
/plugin/callflow/ |
D | raphael.js | 6333 tspans = [], 6340 tspans[i] = tspan; 6343 tspans = node.getElementsByTagName("tspan"); property 6344 for (i = 0, ii = tspans.length; i < ii; i++) if (i) { 6345 $(tspans[i], {dy: fontSize * leading, x: a.x}); 6347 $(tspans[0], {dy: 0}); 6354 dif && R.is(dif, "finite") && $(tspans[0], {dy: dif});
|
/plugin/advrack/ |
D | raphael.js | 6339 tspans = [], 6346 tspans[i] = tspan; 6349 tspans = node.getElementsByTagName("tspan"); property 6350 for (i = 0, ii = tspans.length; i < ii; i++) if (i) { 6351 $(tspans[i], {dy: fontSize * leading, x: a.x}); 6353 $(tspans[0], {dy: 0}); 6360 dif && R.is(dif, "finite") && $(tspans[0], {dy: dif});
|