DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13915>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13915 sample svg not working ------- Additional Comments From [EMAIL PROTECTED] 2002-11-13 07:59 ------- Hi, If you want to ignore the report, it is your decision. I just reported what I saw. I will repeat again. Tomcat is running on Linux server and cocoon 2.0.3 is also running on it. My browser is running from Win98 machine. I am using Netscape 7.0 as well as IE 5.5. I did not expect Netscape to show something. But IE should be able to display svg. In order to confirm this I put my small svg file on the server (apache.. using linux machine) .. It can be displayed. But the sample svg file on cocoon cannot be displayed. http://myServerIPAddress:8080/cocoon/hello.svg Furthermore I also find that the next testing also faced some problems regarding svg. When I transform to svg files from xml (server Linux, client on Windows 98), it cannot be transformed. (If my terms are not correct, forgive me.) Error shows that display 0.0 cannot be detected. I faced this similar error in normal Java program creating the jpeg, png files. I need to use headless=true in J2SDK 1.4 and the problem is solved. For this server side program, I am not sure where to put. My conclusions may be wrong, but I am just reporting for you to analyse it. Here is my svg file, which can be displayed. <?xml version="1.0" encoding="utf-8"?> <svg width="100%" height="100%"> <g transform="translate(100,100)"> <g> <circle cx="50" cy="50" r="40" fill="red" stroke="black"></circle> <ellipse cx="100" cy="100" rx="20" ry="30" fill="none" stroke="black"></ellipse> <circle cx="-5" cy="-10" r="1" fill="black"> <animate attributeName="cx" begin="0s" dur="7s" values="-5;-7;-5;-3;-5" repeatCount="indefinite"/> </circle> </g> </g> </svg> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]