Hi Rob. Rob Davis: > I'm processing a SVG file created from a commercial drawing program. > > Inkscape draws this file OK without problems so why doesn't batik tolerate > it?
Can you provide us with the file that causes the problem (or a reduced version that still exhibits it)? In general, though, Batik is quite intolerant of errors in SVG files. That is the SVG 1.1 way — there must be a “highly perceivable error” when coming across invalid content. SVG Tiny 1.2 changes the way error handling should be done so that many errors are effectively ignored in a specific manner (e.g. an incorrect attribute value is treated is if the attribute wasn’t specified). In the future, Batik will probably move towards this style of error processing, especially since it is more consistent with how web browsers do things. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
