https://issues.apache.org/bugzilla/show_bug.cgi?id=44828
--- Comment #4 from Cameron McCormack <[EMAIL PROTECTED]> 2008-04-15 16:46:52 PST --- I think the issue is that in org.apache.batik.css.engine.value.css2.FontFamilyManager.createValue() it is assumed that (non-generic, non-quoted) a font family name is parsed just as a sequence of CSS "identifier" tokens, when in fact they it should be parsed as a sequence of any token (except the ones listed in the spec as needing to be quoted (such as brackets, braces, etc.)). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
