https://issues.apache.org/bugzilla/show_bug.cgi?id=51428

--- Comment #1 from rahul <[email protected]> 2011-06-24 11:27:44 UTC ---
Further to my previous thread,

As a side note, I have debug the batik-css source code in my setup. And it
seems the code get hanged in 

documentHandler.property(name, exp, important); line in 
protected void parseStyleDeclaration(boolean inSheet) function in
org/apache/batik/css/parser/Parser.java.

Currently, for this stylesheet... if I change the line to,

if (important)
{
documentHandler.property(name, exp, important);
}

then it works now. But I believe its not a perfect fix. Please fix this case in
future releases of batic.

thanks.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to