mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-21 22:44:42 +00:00
Update static_canvas.class.js
This commit is contained in:
parent
6aa09fc567
commit
041e2747ab
1 changed files with 2 additions and 2 deletions
|
|
@ -1268,8 +1268,7 @@
|
|||
toFixed(-vpt[4] / vpt[0], NUM_FRACTION_DIGITS) + ' ' +
|
||||
toFixed(-vpt[5] / vpt[3], NUM_FRACTION_DIGITS) + ' ' +
|
||||
toFixed(this.width / vpt[0], NUM_FRACTION_DIGITS) + ' ' +
|
||||
toFixed(this.height / vpt[3], NUM_FRACTION_DIGITS) +
|
||||
'" ';
|
||||
toFixed(this.height / vpt[3], NUM_FRACTION_DIGITS) + '" ';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1292,6 +1291,7 @@
|
|||
'</defs>\n'
|
||||
);
|
||||
},
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue