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=39032>. 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=39032 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2006-03-20 08:06 ------- Created an attachment (id=17922) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17922&action=view) The PNG file after conversion with Batik. Font problems can be seen here. ------- Additional Comments From [EMAIL PROTECTED] 2006-03-20 11:35 ------- The problem is that Adobe Illustrator embeds fonts in a weird format (CEF). The only font format SVG engines are required to support is SVG. (Batik also support TrueType, and apparently with JDK 1.5+ Type 1 support was added). So we follow the CSS specification to find a replacement font that can display the contnet. If might be nice if we issues a warning in this case but CSS actually implies that you must silently accept this case. The content may include a list of fallback fonts and it would be very annoying to have a constant stream of warnings about fonts when it will just find a later font that is fine. So it is hard to know when the failure to find/open a font is a real error and when it is expected. -- 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
