Lines Matching full:path
607 * It's a storehouse of path geometry for SVG images.
612 // Think of variable extraViniculum as two detours in the SVG path.
618 // after which it resumes regular path geometry for the radical.
631 // sqrtMain path geometry is from glyph U221A in the font KaTeX Main
704 // One path edge has a variable length. It runs vertically from the viniculumn
718 let path = "";
722 path = sqrtMain(extraViniculum, hLinePad);
726 path = sqrtSize1(extraViniculum, hLinePad);
730 path = sqrtSize2(extraViniculum, hLinePad);
734 path = sqrtSize3(extraViniculum, hLinePad);
738 path = sqrtSize4(extraViniculum, hLinePad);
742 path = sqrtTall(extraViniculum, hLinePad, viewBoxHeight);
745 return path;
747 const path = {
1526 const node = document.createElementNS(svgNS, "path");
1531 node.setAttribute("d", path[this.pathName]);
1539 return `<path d='${this.alternate}'/>`;
1541 return `<path d='${path[this.pathName]}'/>`;
6048 // path, width, height
6064 const path = new PathNode(pathName);
6065 const svgNode = new SvgNode([path], {
7282 // arrow shafts. That is, a second long thin rectangular SVG path has been
7285 // gray pixel that a single path would generate. So we get arrow shafts
7288 // correspond to path geometry inside the relevant SVG.
7296 // path(s), minWidth, height, align
7394 const path = new PathNode(pathName);
7395 const svgNode = new SvgNode([path], {
7434 const path = new PathNode(paths[i]);
7435 const svgNode = new SvgNode([path], {
8467 const path = sqrtPath(sqrtName, extraViniculum, viewBoxHeight);
8468 const pathNode = new PathNode(sqrtName, path);
11454 // No alt given. Use the file name. Strip away the path.