mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-10 14:54:42 +00:00
Fix fabric.Image SVG output - Closes issue #977
This commit is contained in:
parent
ed06f97ee4
commit
4f613f0684
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@
|
|||
'" width="', this.width,
|
||||
'" height="', this.height,
|
||||
'" preserveAspectRatio="none"',
|
||||
'"></image>'
|
||||
'></image>'
|
||||
);
|
||||
|
||||
if (this.stroke || this.strokeDashArray) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue