Because rendering my SVG pages is quite time-consuming, I would like to cache several SVG pages in the background, and load any one of them into a JSVGCanvas.
I'm thinking I should build a GVT tree for each SVG doc, then feed that into JSVGCanvas.setGraphicsNode() (though I'm not sure exactly how to do this). Is this where the majority of time is spent, or will I get little speed increase? Thanks in advance, James Shaw --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]