Hi,
Thanks for the update, it contains the info I needed to reproduce (dev
mode, any call to OMSVGParser.parse() will reproduce the problem).
I will do my best to fix it, but don't expect too much: it might be a
problem with the dev plugin itself (as the problem does not happen in
web mode). Furthermore, the IE branch of the code is the most
complicated (because IE has no XPath support, so I need to emulate
them, plus there is a bug in IE when you have CSS in SVG).
As a general rule, I advise against using IE as anything but a porting
platform, it is an inferior product for GWT development compared to FF
and chromium. But maybe you have no choice and need to debug an
IE-specific issue.
Lukas