DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40828>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40828 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2006-12-22 17:01 ------- Again, SVG works for me in 5.5.20. I have tested with your provided example and with a few changes so it is actually displayed it works fine with refresh. This is clearly a browser/svg plugin issue, not a Tomcat issue. For the record the amended test case was: <?xml version="1.0" encoding="iso-8859-1"?> <%@ page contentType="image/svg-xml" %> <%@ page import = "java.util.*" %> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full" width="860" height="600"> <circle id="kreis" cx="100" cy="100" r="40" style="fill: #ffccaa"/> <a xlink:href="http://www.google.nl" target="_top"> <text x="30" y="200"><% out.print("(from out.print) = link to google.nl");%> </text> </a> </svg> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]