Can anyone explain the conversion factor for the rotation number in Internet explorer, or how to use it properly? For example:
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation= 1.8);
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation= 1.8)";
copy-ms-transform:rotate(11.5deg);
I understand rotation in chrome because it’s measured in degrees, but I’m not sure what this is using as its unit.
From Microsoft’s documentation: