[EMAIL PROTECTED] wrote:
I am getting the following error on loading a svg file in a svg viewer.
Can't find method org.apache.batik.css.dom.CSSOMStyleDeclaration.setProperty
(string,string) on line
var svgobj = svgdoc.getElementById (infotiprect); in svg source file
Actually I think you are off by one line, and the problem is that according to the CSS DOM setProperty takes three parameters: property, value, important.
In most cases important should be just "".
I saw quite a few threads dating back to a year but I couldn't find what the solution was. could anybody shed some light here.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
