I'm trying to dynamically generate javascript that's embedded within an element. For example, a user makes a selection on a web page, hits 'Submit39;, an svg...
Hi, is it possible to call a function implemented inside your SVG document from outside ? (e.g from a Html page or a external Javascript file) Lionel...
I'm goign to try an describe my problem as best I can.. I've been developing pages for an internal site that uses javascript and brings in XML data. Currently...
Question 1 I have been using this script from the KevLinDev tutorial site to manipulate color /opacity etc I can't figure out how to adapt the script to...
I'm learning SVG and I'm trying to create a mousedown/mouseup fliter effect for a button. I have two graphics <p> with different filters. I then apply a...
Hi All, I have a javascript that includes something like: var rememberEvent = null; var timeDelay = 1000; function aFunction(event) { ... rememberedEvent =...
Hi, is there a way to export an SVG image as a raster image (bmp, jpg, etc..) other than writing an applet using Batik, COM (or whatever)? We generate a lot of...
Hallo together, I think it would be great to use SVG-documents as navigationbars in websites. To configure them I wish to use XML-Files which contains the ...
Hi Kevin Great work! It works now. Congratulations! I showed it to my team and found it very useful. Thanks again! Denny Message: 7 Date: Wed, 30 May 2001...
Robert, ... The changes are mostly cosmetic with a slight re-organization. The re-org is a preparation for some ideas I would like to capture in the site (as...
Hello All! I've put one our developers on the skeleton of the applet below...we39;ll be happy to contribute the code to get this to work but we might need ...
Robert, ... [...] ... I just attended 4 talks on thursday afternoon; they all were definitely worth going there. Batik seems to get even more interesting; ...
Hi I hope I'm not being redundant i.e. someone else has already pointed this out... I'm using NN 4.7 viewer 2.0 build 55 I loaded your page and it worked for...
Hi everyone! I wanted to know if any of the developers out there are serving their SVG with C1 or C2? As well, wondered if we know of any successful live...
Hi again, Sorry about this reposting but I don't think there is a difficult answer to this question. I want to allow zooming in and out triggered by an event...
When I cut and paste the SVG Clock demo from Adobe's site: http://www.adobe.com/svg/demos/main.html and put it on two different servers, it wants to open...
Hi there, the following svg-file renders different on mac (ie/netscape) and win (ie) <svg width="600" height="200" > <text> <tspan x="0" y="-1em">minus one...
To the group, We currently access an html-embedded svg document thru DOM calls from javascript. Does anyone know if the same can be done using java (not...
Hi all, I am a newbie in this field and am sorry if the question appears foolish. Can I convert the attached file to US english so that I may be able to...
Hy, I'm a french trainee who working on a comparison between CGM and SVG and I want to convert CGM files to SVG files. IBM On-Line Transcoding Demo has been...
I've been sifting through the back issues on the yahoo group site to see what the current wisdom on *.svgz and mimetypes are/is. Now I'm more confused than I...
Hi, Not only for accessibilty reasons it is quite a good idea to use tspans within text-elements. Let's consider the following svg-fragment: <text x="0" y="0">...
I understand I posted this in the wrong thread before... here it is again with a sample answer below. The idea is to imagine a web which has evolved a little...
Benjamin, I'm not sure why, but I didn't mention the method that I've found to be the most generic. Enclose your object or objects inside of a <g> element....
Hi ! I'm working on a project using SVG (Scalable Vector Graphics). I'm trying to manipulate the SVG documents by doing different transformations. I use...
Hallo together. i wrote a relative complex svg-file, which uses Scripts to make elements visible an invisible via mouseclick. it works fine in IE 5.5 and IE...