Searched refs:limitHeight (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Editor.js | 3364 …or.prototype.exportToCanvas = function(callback, width, imageCache, background, error, limitHeight, argument 3370 limitHeight = (limitHeight != null) ? limitHeight : true; 3412 … scale = (!limitHeight) ? width / w : Math.min(1, Math.min((width * 3) / (h * 4), width / w));
|
H A D | EditorUi.js | 14907 …Ui.prototype.exportToCanvas = function(callback, width, imageCache, background, error, limitHeight, argument 14911 return this.editor.exportToCanvas(callback, width, imageCache, background, error, limitHeight,
|