Home
last modified time | relevance | path

Searched refs:asImage (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js346 var asImage = /\.png$/i.test(path) || /\.gif$/i.test(path) || /\.jpe?g$/i.test(path);
347 …var encoding = (asImage || /\.pdf$/i.test(path) || /\.vsdx$/i.test(path) || /\.vssx$/i.test(path))…
418 asImage = false;
447 asImage = false;
452 asImage = true;
457 if (asImage)
H A DEditorUi.js7813 …EditorUi.prototype.insertTextAt = function(text, dx, dy, html, asImage, crop, resizeImages, addNew… argument
7838 (asImage || (/\.(gif|jpg|jpeg|tiff|png|svg)$/i).test(text))))
9838 var asImage = null;
9856 asImage = true;
9885 asImage, null, resizeImages, mxEvent.isControlDown(evt)));
9888 if (asImage && html != null && html.length > this.resampleThreshold)
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js310 ui.insertTextAt = function(text, dx, dy, html, asImage, crop, resizeImages) argument