Hi, why "/loadimage?" ? I think it will be better without it. Regards ... but...
31211
ronan@...
Jul 1, 2003 8:46 am
Hi, I can't find any examples of using SMIL to change a text cdata entry. Anyone know if this can be done? I want to declaratively change a text field using a...
31212
Calvert, Julian
julian_calvert
Jul 1, 2003 9:16 am
Hallo Francis, Nothing fancy, but does the trick without filters: <svg width="100" height="100"> <defs> <symbol id="proud" overflow="visible"> <rect width="16"...
31213
Manav Gupta
mg2u2001
Jul 1, 2003 9:39 am
HI Francis, Take a look at the following url: http://www.mycgiserver.com/~amri/widget/widget.svg There are some nifty widgets there that you could use. Cheers,...
31214
palani setu
kr_palani
Jul 1, 2003 9:52 am
hi, is it possible to layer off/on svg without refreshing frame2.htm page ? Regards Palani ... Francis Hemsher, Thanking u very much, i have tried but it is...
31215
Francis Hemsher
fhemsher
Jul 1, 2003 10:08 am
Julian Calvert Wrote: Nothing fancy, but does the trick without filters: <use xlink:href="#proud"> <set attributeName="visibility" to="hidden" begin="click" ...
31216
Francis Hemsher
fhemsher
Jul 1, 2003 10:24 am
Palani Setu Wrote, 1.---------------------------------------------- is it possible to layer off/on svg without refreshing frame2.htm page ? ...
31217
palani setu
kr_palani
Jul 1, 2003 10:39 am
hi, i try in some other system, i have IE 5.0,NT thanking you Regards Palani ... Palani Setu Wrote, 1.---------------------------------------------- is it...
31218
Daniel Lucazeau
ajornetdlu
Jul 1, 2003 10:55 am
Bonjour svg-developers, Où puis-je trouver les tracés SVG des communes de France, gratuits ou non ? Merci de vos réponses. -- Daniel Lucazeau ~...
31219
Francis Hemsher
fhemsher
Jul 1, 2003 11:04 am
... Hi Manav, Nedjo Rogers & Amri Rosyada have created some nice work. Could have saved me a lot time if I had seen these widgets and their GeoClient stuff. I...
31220
Manav Gupta
mg2u2001
Jul 1, 2003 11:07 am
... In fact, they had posted this URL on the mailing list a couple of months ago, and I've been spreading the word :-) Like you said, they have done some ...
31221
darrins_private_mail
darrins_priv...
Jul 1, 2003 2:36 pm
I want to create a Java applet that incorporates SVG. Can I do this with Batik? I downloaded Batik, and I can't get their examples to compile. I've set up...
31222
Rick Bullotta
rickbullotta
Jul 1, 2003 3:23 pm
An alternative is to use SVG # or Batik on the server side (via an ASP.NET request handler or a servlet) and have your applet catch the rendered image...you...
31223
Chris Lilley
nantonos_aedui
Jul 1, 2003 5:06 pm
On Tuesday, July 1, 2003, 10:46:21 AM, ronan wrote: rrc> Hi, rrc> I can't find any examples of using SMIL to change a text cdata rrc> entry. Anyone know if...
31224
Chris Lilley
nantonos_aedui
Jul 1, 2003 5:14 pm
... BZ> I think you need the namespace in the css: BZ> something like: BZ> css BZ> svg:.green{fill:green;} That does not put the namespace in the CSS, and...
31225
stevenjmarks
Jul 1, 2003 5:20 pm
Hello, I'm trying to insert HTML into SVG using the foreignObject tag. Here's what I have done: In my doctype tag I have: <!ENTITY ns_flows...
31226
Michael Bitzko
cadplex
Jul 1, 2003 5:28 pm
... external java script ... 2640 2040' ... fill="black" /> ... __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! ...
31227
Jim Ley
jibberjim
Jul 1, 2003 5:38 pm
"Michael Bitzko" <cadplex@...> wrote in message news:20030701172823.57892.qmail@.... ... This is a javascript syntax error, I'd...
31228
larry_mason@...
lpmlabs9
Jul 1, 2003 6:25 pm
So I'd be happy to get the current style information and embed a <style> blah blah </style> into the extracted SVG. This syntax does get processed properly by...
31229
Paton J. Lewis
paton_lewis
Jul 1, 2003 6:33 pm
Because you're apparently using SVG exported from Adobe Illustrator, I'm guessing that you're trying to view the SVG file in Adobe SVG Viewer. ASV3 does not...
31230
Paton J. Lewis
paton_lewis
Jul 1, 2003 6:37 pm
myFile.js is a JavaScript file, not an XML file, so it shouldn't include the CDATA section wrapper. Pat...
31231
wesleytperkins
Jul 1, 2003 6:38 pm
... order to ... = "&bar4text;"; ... that ... Hi Andre, The following works in ASV3 + IE6: -- Wesley <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE svg...
31232
darrins_private_mail
darrins_priv...
Jul 1, 2003 6:49 pm
Our applet handles a lot of mouse events (dragging, etc.), so I think the round trips to the server would prohibit us from a server side solution. We have...
31233
ldev1232001
Jul 1, 2003 8:36 pm
Hi all, I have a problem with the printNode function used to serialize a DOM node. The problem is I need to serialize the whole SVG document, this is not...
31234
Jim Ley
jibberjim
Jul 1, 2003 8:58 pm
"ldev1232001" <ldev1232001@...> wrote in message news:bdsrbj+dir5@.... ... Only by writing your own serialiser which will be even slower. Why...
31235
Francis Hemsher
fhemsher
Jul 1, 2003 11:09 pm
Hi, Filters are nice but I keep running into this problem of performance during zoom and pan. Does anyone have a strategy to turn the filters off during...
31236
Mike Kidson
mkidson
Jul 1, 2003 11:42 pm
I'd like to throw this customer question to the list and jd if I may... Would any Cold Fusion scientists care to respond? ... Thank you, Mike Kidson Software...
31237
Steve Bryant
sebtools
Jul 1, 2003 11:53 pm
I have used SVG with ColdFusion without any problems. What kind of problems is your customer having? Feel free to respond off list if it is easier. Steve...
31238
Mike Chambers
mesh.rm
Jul 2, 2003 12:36 am
Wouldn't you want ColdFusion to ignore it? What exactly do you want ColdFusion to do? It can manipulate XML like any other app server, so you can pretty much...
31239
Mitchell, Lincoln L.
lincolnmitchell
Jul 2, 2003 1:39 am
I had problems getting coldfusion to generated an SVG file direct in the browser on some PC's so I used a HTML to embed the svg.cfm. However the SVG could not...