Lines Matching full:path
757 * It's a storehouse of path geometry for SVG images.
762 // Think of variable extraViniculum as two detours in the SVG path.
768 // after which it resumes regular path geometry for the radical.
781 // sqrtMain path geometry is from glyph U221A in the font KaTeX Main
807 // One path edge has a variable length. It runs vertically from the viniculumn
817 var path = "";
821 path = sqrtMain(extraViniculum, hLinePad);
825 path = sqrtSize1(extraViniculum, hLinePad);
829 path = sqrtSize2(extraViniculum, hLinePad);
833 path = sqrtSize3(extraViniculum, hLinePad);
837 path = sqrtSize4(extraViniculum, hLinePad);
841 path = sqrtTall(extraViniculum, hLinePad, viewBoxHeight);
844 return path;
1494 var node = document.createElementNS(svgNS, "path");
1507 return "<path d='" + this.alternate + "'/>";
1509 return "<path d='" + svgGeometry_path[this.pathName] + "'/>";
6064 // path, width, height
6080 var path = new domTree_PathNode(pathName);
6081 var svgNode = new SvgNode([path], {
7362 // arrow shafts. That is, a second long thin rectangular SVG path has been
7365 // gray pixel that a single path would generate. So we get arrow shafts
7368 // correspond to path geometry inside the relevant SVG.
7376 // path(s), minWidth, height, align
7475 var path = new domTree_PathNode(pathName);
7476 var svgNode = new SvgNode([path], {
8586 var path = sqrtPath(sqrtName, extraViniculum, viewBoxHeight);
8587 var pathNode = new domTree_PathNode(sqrtName, path);
11626 // No alt given. Use the file name. Strip away the path.