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) {