Update HEADER.js

Moved fabric.DPI to proper file.
This commit is contained in:
asturur 2014-07-17 16:28:42 +02:00
parent 5ca64ad636
commit df7671daa3

View file

@ -44,3 +44,8 @@ fabric.SHARED_ATTRIBUTES = [
"stroke-linejoin", "stroke-miterlimit",
"stroke-opacity", "stroke-width"
];
/**
* Pixel per Inch as a default value set to 96. Can be changed for more realistic conversion.
*/
fabric.DPI = 96;