Dear All, I am just curious if this is a bug or feature...
When this FO code is used, the title page image is shifted do the left (the left edge is outside the page). It happens when both the page master margin (20mm) and the image's block text-align (center) properties are set. If any of them is removed, the image is displayed as expected (not left cropped). That text-align="center" is redundant here and can be removed. I am reporting it as I was surprised by this behaviour. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="titlepage" page-width="210mm" page-height="297mm" margin="20mm"> <fo:region-body/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="titlepage"> <fo:flow flow-name="xsl-region-body"> <fo:block-container absolute-position="fixed" left="0mm" top="0mm" width="100%" height="100%"> <fo:block text-align="center"> <fo:external-graphic content-width="210mm" src="Images/TitlePageImage.jpg"/> </fo:block> </fo:block-container> </fo:flow> </fo:page-sequence> </fo:root> Regards, Jan --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org