hi, I have a SVG DOM and a GVT created by loading a sample.svg. here is my code ....... ctx = new BridgeContext(userAgent, loader); builder = new GVTBuilder(); ctx.setDynamic(true); ... ...
SVGLocatable locate = (SVGLocatable) textElement; SVGMatrix matrix = locate.getCTM(); .... .... I am trying to update the values of a matrix matrix.setE(matrix.getE() + offset) ; and i save the SVG DOM to a file. But the changes dont seem to show up in my SVG. Am i doing something wrong or am i missing something important. kindly help, thanks Ananth --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]