DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43274>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43274 ------- Additional Comments From [EMAIL PROTECTED] 2007-08-31 14:19 ------- Next test now at home, using another machine than at work. Test procedure: [EMAIL PROTECTED] fop-0_94 # ./fop -fo ~/Desktop/input.fo -pdf ~/Desktop/out.pdf The PDF rendered with the unpatched FOP contains just a blank page and has a size of 5335 bytes. After patching the resulting document contains 5338 bytes, and contains a "'1' in a circle" in the left upper corner. --------- input.fo ---------- <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="one"> <fo:region-body margin-bottom="20pt" margin-left="12mm" margin-right="25pt"/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="one"> <fo:flow flow-name="xsl-region-body"> <fo:block> <fo:external-graphic content-width="222pt" src="/home/chk/Desktop/manipulated.svg"/> </fo:block> </fo:flow> </fo:page-sequence> </fo:root> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
