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=37136>. 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=37136 ------- Additional Comments From [EMAIL PROTECTED] 2005-11-02 14:45 ------- I noticed that we also have svg images imported and that code is causing this (same) error message: <fo:instream-foreign-object > <svg:svg width="120mm" height="130mm" xmlns:xlink="http://www.w3.org/2000/svg"> <svg:image width="120mm" height="130mm" xlink:href="{$chart_C_AssetSectorStructure2_H}"/> </svg:svg> </fo:instream-foreign-object> leads to: javax.xml.transform.TransformerException: java.lang.RuntimeException: Some content could not fit into a line/page after 50 attempts. Giving up to avoid an endless loop. I checked it when I removed just this section of code, the message disappeard (and also the SVG ;-). Repasting it back reproduces the error message. Unfortunately, content-width="scale-to-fit" doesn't work with <svg:svg> and <svg:image>. -- 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.
