On Jul 28, 2005, at 18:00, Stefan Pickel wrote:

With FOP resolution of 72dpi border-width="1px" is about 0.35...mm

Yes, because that is the standard Adobe's PDF Spec prescribes for the User Space (which then gets mapped to device-dependent coordinate systems that may or may not also be 72dpi, but the abstraction is made exactly to ensure that the same object when printed or displayed always has the same size, whether the output device's resolution is 72dpi or 300dpi).

It is possible to change dpi to get thinner borders?

Why? Can't you define the border-width in device-independent units (0.17mm or 0.5pt instead of 1px)? This would solve your problem without having to change the resolution for all output... and it would also ensure that the border-width is the same for all renderers (regardless of resolution).


Just a thought.

Greetz,

AD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to