Home
last modified time | relevance | path

Searched refs:svgs (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/resources/dictionary/
H A DREADME.md9 …ns.json) - list of [fad svg](https://github.com/fefanto/fontaudio/tree/master/svgs) in iconify form
/plugin/rigrr/lib/svg-pan-zoom/
Dsvg-pan-zoom.js974 var svgs = {};
977 if (svgs.hasOwnProperty(svg)) {
978 var cached = svgs[svg];
987 svgs[svg] = {time: cur, ctm: ctm}; variable
/plugin/diagramsnet/lib/js/diagramly/
DElectronApp.js427 var svgs = root.getElementsByTagName('svg');
429 if (svgs.length > 0)
431 var svgRoot = svgs[0];
DEditorUi.js7557 var svgs = doc.getElementsByTagName('svg');
7559 if (svgs.length > 0)
7561 var w = parseFloat(svgs[0].getAttribute('width'));
7562 var h = parseFloat(svgs[0].getAttribute('height'));
7568 var viewBox = svgs[0].getAttribute('viewBox').split(/\s+/);
7746 var svgs = root.getElementsByTagName('svg');
7748 if (svgs.length > 0)
7750 w = parseFloat(svgs[0].getAttribute('width'));
7751 h = parseFloat(svgs[0].getAttribute('height'));
/plugin/amcharts/assets/amcharts/plugins/export/
Dexport.js1019 var svgs = _this.setup.chart.containerDiv.getElementsByTagName( "svg" );
1020 for ( i1 = 0; i1 < svgs.length; i1++ ) {
1022 svg: svgs[ i1 ],
1023 parent: svgs[ i1 ].parentNode,
1024 children: svgs[ i1 ].getElementsByTagName( "*" ),
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js1731 var svgs = div.getElementsByTagName('svg');
1733 if (svgs.length > 0)
1741 var w = svgs[0].getAttribute('width');
1742 var h = svgs[0].getAttribute('height');
1762 var vb = svgs[0].getAttribute('viewBox');
1775 var size = svgs[0].getBBox();
1794 dataUri = Editor.createSvgDataUri(mxUtils.getXml(svgs[0]));
/plugin/datatables/assets/pdfmake/
Dpdfmake.js21479 var svgs = documentCache[file];
21480 if (!svgs) {
21481 svgs = documentCallback(file);
21482 if (!isArrayLike(svgs)) {
21483 svgs = [svgs];
21485 for (var i = 0; i < svgs.length; i++) {
21486 if (typeof svgs[i] === 'string') {
21487 svgs[i] = parseXml(svgs[i]);
21490 documentCache[file] = svgs;
21492 for (var _i7 = 0; _i7 < svgs.length; _i7++) {
[all …]
/plugin/dirtylittlehelper/script/
Dmermaid.min.js.map1svgs with inline script tags\n Object.keys(options).forEach(key => {\n if (typeof options[key]…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1svgs with inline script tags\n\n Object.keys(options).forEach(function (key) {\n if (typeof op…