Hi Maik,

   I don't really know what your problem is, I haven't encountered
anything like this in my experience.  My first guess is that some of
your old code is still not using the update manager/invoke later
to make changes to the DOM.

   You might get a clearer picture of what is going wrong by adding
a e.printStackTrace() to line 773 in CSSEngine.java.

   Is the top of the stack trace always the updateManager
runnableQueue?

Maik Sch�rer wrote:

since I have added update my canvas via getUpdateManager/invokeLater, I get irregular DOMExceptions like that:
org.w3c.dom.DOMException: file:...test.svg:
The attribute "style" represents an invalid CSS declaration ("fill:rgb(0,0,255);stroke:rgb(0,0,0);stroke-width:1").
Original message:
at org.apache.batik.css.engine.CSSEngine.getCascadedStyleMap(Unknown Source)
...


The line/style, which is criticized, is always different and I think my test.svg is ok.

When I remove getUpdateManager/invokeLater, no error panel appears.
(But also my changes doesn't appears immediately ;-) )
Any ideas ? What did I wrong ?
Maik


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to