Update static_canvas.class.js

This commit is contained in:
Andrea Bogazzi 2015-11-23 16:49:25 +01:00
parent 6aa09fc567
commit 041e2747ab

View file

@ -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
*/