From 4f613f0684afa1d7199fc39afadeeeac623f2182 Mon Sep 17 00:00:00 2001 From: Stefan Kienzle Date: Wed, 13 Nov 2013 11:20:46 +0100 Subject: [PATCH] Fix fabric.Image SVG output - Closes issue #977 --- src/shapes/image.class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shapes/image.class.js b/src/shapes/image.class.js index a4ce20ed..4ac92287 100644 --- a/src/shapes/image.class.js +++ b/src/shapes/image.class.js @@ -224,7 +224,7 @@ '" width="', this.width, '" height="', this.height, '" preserveAspectRatio="none"', - '">' + '>' ); if (this.stroke || this.strokeDashArray) {