Hi Christian, chrisbod <[email protected]> wrote on 01/23/2010 02:06:36 PM:
> Okay I thought I'd cracked it using the getInterpreter method on the
> JSVGCanvas
>
> But the method doesn't seem to be available ....
It was added after the 1.7 release. You can get the same effect
with:
canvas.getUpdateManager().getBridgeContext.getInterpreter(String
mime)
You should of course check for 'null' along that line of calls.
