My interest is in getting Batik to be able to display MathML within an SVG in a similar way that the Amaya browser/composer can. You're saying that this is what could be the tricky part. Perchance has anyone already accomplished this?
Thomas DeWeese wrote:
Matthew L. Avizinis wrote:
I see from the Batik supported elements table webpage, that support for the foreignObject element "...can be added to Batik". What precisely does this mean and how is it accomplished? After browsing the website, I don't see any references to how this is done. Did I miss something? If not, any help will be appreciated.
The architecture for Batik is extensible so you can easily register handlers for
new tags, doing so for foreignObject is particularly trivial given that it is essentially a
NOP unless you want to support something inside the foreignObject. So the real
question is what do you want foreignObject to do?
By it's very nature the content that is actually rendered is not defined.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
