Hi,
Is it possible to turn on rounding pixels in Prince e.g 0.8px to 1px?
The browsers use a such rounding (e.g Chrome).
<div style="position: absolute; top: 0px; left: 0px; background-color: red; width: 1px; height: 0.8px;"></div>
<div style="position: absolute; top: 0px; left: 1px; background-color: red; width: 1px; height: 1px;"></div>
Is it possible to turn on rounding pixels in Prince e.g 0.8px to 1px?
The browsers use a such rounding (e.g Chrome).
<div style="position: absolute; top: 0px; left: 0px; background-color: red; width: 1px; height: 0.8px;"></div>
<div style="position: absolute; top: 0px; left: 1px; background-color: red; width: 1px; height: 1px;"></div>