Fix fabric.Image SVG output - Closes issue #977

This commit is contained in:
Stefan Kienzle 2013-11-13 11:20:46 +01:00
parent ed06f97ee4
commit 4f613f0684

View file

@ -224,7 +224,7 @@
'" width="', this.width,
'" height="', this.height,
'" preserveAspectRatio="none"',
'"></image>'
'></image>'
);
if (this.stroke || this.strokeDashArray) {