- From: Jean-Yves Belmonte <john@pixware.fr>
- Date: Fri, 17 Aug 2007 13:19:30 +0200
- To: www-xsl-fo@w3.org
Received on Monday, 20 August 2007 21:17:54 UTC
Given this XSL-FO fragment:
   <fo:external-graphic
     border="solid 1pt"
     content-height="scale-to-fit"
     content-width="scale-to-fit"
     height="2in"
     width="5in"
     src="url(images/flower1.jpeg)"
   />
I would have expected the content size to match exactly the viewport size, 
possibly leading to non-uniform scaling. It seems that XEP has a different 
interpretation, as it preserves the original aspect ratio (see attached 
PDF). Is that the correct behaviour? (This is the result I would expect with 
'content-width' set to 'auto' instead of 'scale-to-fit').
I'd be very grateful if someone could enlighten me on this issue.
Thanks in advance,
   JYB
Received on Monday, 20 August 2007 21:17:54 UTC