I should also mention the things I've tried to get batik to update.
Here are some code snippets - this is not complete code.
In summary I've tried to delete the elements that use the offending negative
font CSS style and then I've tried to tell batik to update.
int idx =
compositeGraphicsNode.indexOf(graphicsNode);
System.out.println("match");
//compositeGraphicsNode.set(idx, graphicsNode);
compositeGraphicsNode.remove(idx);
/*
ctx.getUpdateManager()
compositeGraphicsNode.fireGraphicsNodeChangeStarted();
compositeGraphicsNode.fireGraphicsNodeChangeCompleted();
*/
//Node parent =
element.getParentNode();
//parent.removeChild(element);
--
View this message in context:
http://www.nabble.com/Modifying-internal-CSS-in-SVG-document---partial-solution---need-help-with-batik-re-draw-update-tp16275087p16275096.html
Sent from the Batik - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]