diff --git a/src/shapes/image.class.js b/src/shapes/image.class.js index 2b237345..256e1894 100644 --- a/src/shapes/image.class.js +++ b/src/shapes/image.class.js @@ -280,7 +280,7 @@ filtered = true; markup.push( '\n', - '\n\t\n'; + equal(image.toSVG(), expectedSVG); + start(); + }); + }); + asyncTest('getSrc', function() { createImageObject(function(image) { ok(typeof image.getSrc == 'function');