Hello, Just a short notice that the Renesis Player 0.2 has been released today as promised. See http://www.EmiaSys.NET for more information. Regards, Alexander...
... yes, that's what I do usually. I define myMapApp as global and then initialize it within an init function called with the "onload" event. If you continue...
Hi, there are additional commercial SVG tiny libraries available: * Ikivo * Bitflash/Opentext * Sun * eSVG yes, in theory, SVG full libraries are a superset of...
Hi community, after many promises, here it is. test it, play it, comment it, enyoy. I believe you will like it! Firefox performance was hard-task-to-solve, but...
Seems to be as fast as previously but with a bit more compatible API and working as plugin also. Not bad, but still many of my static SVG files won't display...
Thanks Andreas! The other solutions I found are: 1. Make sure nothing in the nested SVG extends beyond the viewbox. 2. Clip anything to the viewbox extent. ...
Hello! my problem is: I have an html page containing 2 embed svg images. All (svg images and html page) contain ecmascript. Under Netscape/Mozilla: Script code...
... There is not really anything we can do for you, the Adobe SVG viewer does not support script access/communication between HTML and SVG when used with...
... Actually it can be done but it is a bit tricky. For example I have have an HTML doc with two SVG embeds. The first is a map and the other is a legend. I...
... What version of Adobe SVG viewer is that? For the 3.0something official releases I am pretty sure that script communciation between HTML and SVG is not...
Hello How can I get ASV plugin installed object codebase attribute <object data="diagram.svg" height="${diagramHeight}" type="image/svg+xml" id="svgmap"...
Hi, I can't seem to get Firefox to display the animation in various files. I've downloaded the most recent version, and tried installing SVG Viewer as a...
I had a feeling that Firefox didn't support animation - I just couldn't find somewhere that said it outright. I assume that you've used Opera with animations?...
I found that code <object classid="clsid:78156a80-c6a1-4bbf-8e6a-3cd390eeb4e2" data="diagram.svg" width="${diagramWidth}" height="${diagramHeight}" ...
... Microsoft Internet Explorer usually uses ActiveX Controls as the browser extension mechanism, and this browser reads the CODEBASE attribute in the OBJECT...
... I may have misunderstood. What I did was find a way to manipulate the embedded SVG files from any part of the document. The trick was that a script has...
... no, Firefox doesn't yet support animation. For simpler animations there is an alternative called SMILScript provided by Doug Schepers, Vectoreal:...
Hi Andreas, how it is that you know, there will be SMIL support in Batik 1.7? I was not able to find and verify this information, although it souns as a great...
... Animation support was checked in a couple of months. There is still a little work to do, but it is mostly completely. Andreas mentioned it here:...
Safari-Webkit also supports animation and SMIL not clear on how complete this may be. regards Jonathan Chetwynd On 4 Oct 2006, at 17:48, jvoytovich wrote: Hi, ...
Hi to all ! I am trying to draw this SVG with a java code written with Batik 1.6 but witout success : noting is drawn. ... <?xml version="1.0" encoding="UTF-8"...
Sylvain, not sure about the batik aspect, but your code does seem too complex. try something simpler to understand how viewbox works** cheers Jonathan Chetwynd...
Hi. Perhaps this is off topic (so I apologize in advance)... Does the SVG standard allow to use it with XML 1.1? i.e. sth. like this: <?xml version="1.0"...
When the following svg file is open with the IE in China, the display looks normal: http://www.pinyinology.com/planning/hanzi7.svg But when opened with the FF...