On 2002.02.27 23:33 Anthony Shawver wrote:
> I have a jsp page that displays about 10 graphs.  I haven't changed the
> code
> for some time, but recently I noticed the following error appearing very
> infrequently.  When it appears, I can resubmit the same data, and I will
> not
> receive the error.  Any thoughts?
> 
> SVGRasterizer.writeImage(): General Error: org.w3c.dom.DOMException: An
> element of type "text" has an invalid inline style: An error occurred
> while
> parsing the following style declaration: text-anchor:end;
> font-family:Verdana; fill:black; font-size:9.0

That is a known threading problem.
That occurs in this file:
CSSOMStyleDeclaration.java

At these two lines:
ValueFactory f = factories.get(name.toLowerCase().intern());
f.createCSSValue(value, CSSOMStyleDeclaration.this, imp);


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

Reply via email to