Skip to content

Commit

Permalink
Remove imagedata handling from VmlShape, as it is no longer used in b…
Browse files Browse the repository at this point in the history
…order-image rendering.
  • Loading branch information
Jason Johnston committed Dec 25, 2011
1 parent 317ca26 commit 454487d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sources/VmlShape.js
Expand Up @@ -104,7 +104,6 @@ PIE.VmlShape = (function() {
setAttrs: createSetter( '' ),
setStyles: createSetter( 'style' ),
setFillAttrs: createSetter( 'fill' ),
setImageDataAttrs: createSetter( 'imagedata' ),

setSize: function( w, h ) {
this.setStyles(
Expand Down Expand Up @@ -162,7 +161,6 @@ PIE.VmlShape = (function() {
m.push( '>' );

pushElement( 'fill' );
pushElement( 'imagedata' );

m.push( '</' + nsPrefix + ':' + tag + '>' );

Expand Down

0 comments on commit 454487d

Please sign in to comment.