I found a satisfactory work around: transiently change the "class" attribute of the node and its style will be recomputed and displayed correctly.
-- rec -- On 5/17/06, Roger Critchlow <[EMAIL PROTECTED]> wrote:
Hello all -- I have a rectangle that usually gets its fill color by class from a <style></style> sheet, but I sometimes temporarily override the color with an inline style="fill: color" attribute. When I switch to the inline style, the color changes immediately. When I switch back, by removing the style attribute, the color changes back only with great reluctance. I can actually change the size of the rectangle through the DOM without the correct color being painted. On the other hand, if I switch back to the inline style again, the correct color is painted transiently before the inline style takes effect. Is this a known bug in batik-1.6? Is there a known fix? -- rec --
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
