DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16430>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16430 embedded SVGs not rendered by fop 0.20.4 Summary: embedded SVGs not rendered by fop 0.20.4 Product: Fop Version: 0.20.4 Platform: Other OS/Version: Windows 9x Status: NEW Severity: Normal Priority: Other Component: svg AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I want to embed SVG-files in fo-files and convert them to pdf. But I have no success in rendering them. FOP is converting, but there is always the message: "[ERROR] Unknown formatting object http://www.w3.org/2000/svg^font-face" Trying render them I just can see small boxes instead of characters. Here is an example of an embedded 1char-svg: <svg xmlns="http://www.w3.org/2000/svg" width="444" height="691" viewBox="0 0 444 691"> <defs> <font id="CMR"> <font-face font-family="CMR" /> <glyph unicode="" glyph-name="one" horiz-adv-x="500"> <path style="fill:#000000; fill-rule=evenodd; stroke:none" d="M 89 0 m 205 640 c 0 24 0 26 -23 26 c -62 -64 -150 -64 -182 -64 v -31 c 20 0 79 0 131 26 v -518 c 0 -36 -3 -48 -93 -48 h -32 v -31 c 35 3 122 3 162 3 c 40 0 127 0 162 - 3 v 31 h -32 c -90 0 -93 11 -93 48 z" /> </glyph> </font> </defs> <g> <text fill="black" font-family="CMR" font-size="9.824644"> <tspan y="96.44525909423828" x="97.8"></tspan> </text> </g> </svg> </fo:instream-foreign-object> Thanks for any help. If you have further questions on this topic, don't hesitate and send them to me. chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
