From 454487d0678018aca52411b29239d828c9f9ed99 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Sat, 24 Dec 2011 22:26:13 -0700 Subject: [PATCH] Remove imagedata handling from VmlShape, as it is no longer used in border-image rendering. --- sources/VmlShape.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources/VmlShape.js b/sources/VmlShape.js index a0a06b7..3496a78 100644 --- a/sources/VmlShape.js +++ b/sources/VmlShape.js @@ -104,7 +104,6 @@ PIE.VmlShape = (function() { setAttrs: createSetter( '' ), setStyles: createSetter( 'style' ), setFillAttrs: createSetter( 'fill' ), - setImageDataAttrs: createSetter( 'imagedata' ), setSize: function( w, h ) { this.setStyles( @@ -162,7 +161,6 @@ PIE.VmlShape = (function() { m.push( '>' ); pushElement( 'fill' ); - pushElement( 'imagedata' ); m.push( '' );