Searched refs:tileW (Results 1 – 1 of 1) sorted by relevance
3818 function addImage( x, y, w, h, cropX, cropY, cropW, cropH, tileW, tileH ) { argument3821 'x="' + (repeatH === REPEAT ? x + w / 2 - tileW / 2 : x) + '" ' +3823 'width="' + tileW + '" height="' + tileH + '">' +3824 …'<svg width="' + tileW + '" height="' + tileH + '" viewBox="' + cropX + ' ' + cropY + ' ' + cropW …