H A D | PIE_uncompressed.js | 3205 function setSizeAndPos( piece, w, h, x, y ) { argument 3206 var s = pieces[piece].style, 3255 s, piece, i, 3267 piece = this.pieces[ pieceNames[i] ] = PIE.Util.createVmlElement( 'rect' ); 3268 piece.appendChild( PIE.Util.createVmlElement( 'imagedata' ) ); 3269 s = piece.style; 3273 piece['imagedata'].src = this.styleInfos.borderImageInfo.getProps().src; 3274 piece.stroked = false; 3275 piece.filled = false; 3276 box.appendChild( piece );
|