Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js424 var calcVsdxPoint = function(p, noHeight, withoutShift) argument
427 x = x * s.scale - bounds.x + s.dx + (withoutShift || isChild? 0 : vsdxCanvas.shiftX);
428 …y = (noHeight? 0 : bounds.height) - y * s.scale + bounds.y - s.dy - (withoutShift || isChild? 0 : …