Hi. I'm not an expert on all this, but I notices a double <body>... Maybe this works?: <html> <head> <script language="javascript"> function track(evt) { ...
You're right, for SVG, it should. But PHP ignores all but the first parameter like this. Please read post 17428. Thanks. ... XML ... only ... click "edit ... ...
As an aside, the mime type should be type="image/svg+xml". Are you trying to display the mouse coordinates in HTML? Why not display them in SVG as well? I am...
Try: print("<a xlink:href=92;"http://localhost/index.php&var=50\">"); I´ve seen this one before... -Rolf --On Monday, June 03, 2002 20:31:06 +0000 jterheijden...
17434
Tobias Reif
tobiasreif@...
Jun 3, 2002 8:49 pm
... try changing & to & Tobi -- http://www.pinkjuice.com/...
I'm stunned. Worked like a charm. Thanks!! I still don't get why this works, and the former didn't... Thought & was for printing special chars only, not in the...
... most likely ... SVGers could ... idea is to ... You need a closing </body> not a opening one. And consider defining a <head> section and putting the...
Pradhan, You need to downlad Batik from xml.apache.org/batik. Make sure you download the latest beta version since other versions have some bug on it. You...
Hi all, This may be off topic but maybe you can help me. I am developing a dashboard application in which I present reports and graphs within numerous IFrames...
17440
Pedro
pedropal@...
Jun 3, 2002 11:56 pm
Hola a todos¡¡¡ Como habreis podido comprobar(espero que la mayoria no) he recibido un correo y se ha propagao superrapido, ya parece que esta el fuego...
Hi, Steve- Sorry it took so long to get back to you. If you are still having difficulty, I found out why. The problem lies in your use of the "in" operator,...
Sorry the second body was a typing error...should read </body> Gec. ... From: "jterheijden" <john@...> To: <svg-developers@yahoogroups.com> Sent: Monday,...
Thanks for the mime correction. Yes I am trying to to display the mouse coordinates in HTML. My plan was to eventually show the mouse coordinates of both the...
The second <body> was a typo and should read </body>. I tried to put the script in a <head></head> but still the problem exists. Gec. ... From: "honnen_martin"...
Hallo all! I wrote 'sendToBack39; and 'bringToFront39; a while ago, I think it's usefull to share it now: function sendToBack(object,referenceId) { ...
... Works nicely on the load, as you say, no activeX prompt. The save file is a problem though. If I load the svg from explorer, or from the dos command line,...
Hi, Thank you for the quick response. I have downloaded Batik. And trying to get a hold of this. It will be very helpful to me If you can you send the GIF ...
17450
Richard Bennett
richard.bennett@...
Jun 4, 2002 9:55 am
Hi, <<Works nicely on the load, as you say, no activeX prompt. <<The save file is a problem though. <<If I load the svg from explorer, or from the dos command...
hello, is there a way to imitate manual zoom and pan actions by script? i mean "imitate" because i don't want to set new viewbox vals, this breaks many...
How does this look; media specific style in svg (I have only tested this in IE6/ASV3 using the print preview facility) ... <?xml version="1.0" encoding="UTF-8"...
Andre, ... The svg element has a currentScale property. Setting that property to a new value updates the current zoom. For some reason, the currentTranslate...
... <grin/>Isn't it just :-) ... Load time is horrendous Jim? 30-40 seconds Is lots going on in the bg? Real case for an ASV load indicator. Most would have...
Hi, new to SVG. Has anyone come across a way, once a rectangle is drawn, to select objects that are within that rectangle? The rectangle may not necessarily...