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