Lines Matching refs:svg
28 1. The CFG is translated to SVG images, expr1.html embeds them as external
76 return "./expr" + exprid + "_g" + s + ".svg"
114 function init_svgroot(svg) {
115 svg.setAttribute("width", "100%");
116 svg.setAttribute("height", "100%");
146 var frag = "<embed id='leftsvgc' type='image/svg+xml' pluginspage='https://www.adobe.com/svg/viewer/install/' src='" + url + "'/>";
155 var frag = "<embed id='rightsvgc' type='image/svg+xml' pluginspage='https://www.adobe.com/svg/viewer/install/' src='" + url + "'/>";
210 <a id="lsvglink" target="_blank">open this svg in browser</a>
215 <a id="rsvglink" target="_blank">open this svg in browser</a>
266 svg = p.communicate(dot)[0]
267 with file("expr1_g%03d.svg" % (gid), "wt") as f:
268 f.write(svg)