https://issues.apache.org/bugzilla/show_bug.cgi?id=47139
Simon J Xuereb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #3 from Simon J Xuereb <[email protected]> 2009-05-02 09:44:29 PST --- The problem is i am getting this extra space even when using an external image. This is becoming a problem in my layouts. Please see code below and attachment. Thanks <?xml version="1.0" encoding="ISO-8859-1"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="main" page-width="210mm" page-height="297mm"> <fo:region-body/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="main"> <fo:flow flow-name="xsl-region-body"> <fo:block background-color="pink"> <fo:external-graphic src="villa.jpg"/> </fo:block> </fo:flow> </fo:page-sequence> </fo:root> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
