As the subject suggest, I was wondering if it's possible setting a width/height on a element using decimals. Eg. 10.558.
Currently it seems Prince is rounding it up or down.
Expected result:
Result:
We are using Prince 7.1. Other alternative solutions are always appreciated.
Currently it seems Prince is rounding it up or down.
<div style="width: 10.558px;">
</div>
Expected result:
<div style="width: 10.558px;">
</div>
Result:
<div style="width: 11px;">
</div>
We are using Prince 7.1. Other alternative solutions are always appreciated.
Edited by Dumpen