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...
Hallo Francis, Nothing fancy, but does the trick without filters: <svg width="100" height="100"> <defs> <symbol id="proud" overflow="visible"> <rect width="16"...
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,...
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...
Julian Calvert Wrote: Nothing fancy, but does the trick without filters: <use xlink:href="#proud"> <set attributeName="visibility" to="hidden" begin="click" ...
hi, i try in some other system, i have IE 5.0,NT thanking you Regards Palani ... Palani Setu Wrote, 1.---------------------------------------------- is it...
... 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...
... 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 ...
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...
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...
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...
... 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...
... external java script ... 2640 2040' ... fill="black" /> ... __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! ...
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...
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...
... order to ... = "&bar4text;"; ... that ... Hi Andre, The following works in ASV3 + IE6: -- Wesley <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE svg...
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...
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...
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...
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...
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...
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...
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...