hello elf What kind of tag do you use to embedd SVG-plugin in your html-page. My experience are that the old tag EMBED works better than the new tag OBJECT.
I do the same in my application. My servlet generates a empty html-page within a embed-tag. This tag starts the SVGView plugin and the plaugin loads from the given url the SVG-code. My SVG-code is very big (64kByte) and has exact ONE SVG-tag !! All what you can see will be created with ecma-script and added to the svg-tag. It works very good and fast ! Jan -----Ursprungliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 18. Februar 2003 16:33 An: [EMAIL PROTECTED] Betreff: Adobe SVG Plug-in in IE I was reading the trail from Siegried about using or not using a Plug-in and decided to try this question here in case anyone has experienced this. After my Servlet creates SVG, I am dispatching the SVG in the output stream to a browser. It appears that for lager SVG documents (perhaps more complex), something goes wrong and no output is displayed. I can see that the client recognizes the SVG MIME type since the background changes to that light gray prior to rendering. Then, I just see the hour-glass there teasing me, but I know the server side has completed operations. I thought it might be related with the buffer size in the Servlet and the way IE reads this stream, but I really do not know. Any ideas or suggestions are welcome. Thanks, elf --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
