This is not quite so complex as what I think you have in mind, but I happened to see this very nice little demonstration by Antoine Quint the other day. ...
ddailey
ddailey@...
Apr 1, 2006 3:05 pm
55111
Thanks, Francis, that code example helped me to accomplish what I needed. And it was also good to point out that putting most of the javascript code in the...
Hi, Here's a Web page showing SVG-drawn analogue clocks animated by Javascript. It's the simplest thing I could imagine that could not be easily done using...
Nice! I didn't know 'til now that you could do all that svg stuff right inside the HTML like this: [<p>....</p> <svg:svg height="210px" width="440px"> ...
ddailey
ddailey@...
Apr 2, 2006 4:56 am
55114
Thanks very much for the examples. I think it will be very helpful to me on my project, which I will also post later as an example. Geoffrey J. Swenson ...
... inside the ... Just to make sure, HTML 4 as defined by the W3C has no concept of namespaces and of writing mixed namespace documents ("do svg stuff inside...
... As for writing CSS selectors to match elements in a certain namespace you can do e.g. <style type="text/css"> /* declare the prefix svg for SVG namespace...
Thanks for link. I've studied that information and am trying to adapt the concept to what I need to do. In the example, to get the three-dimensional effect,it...
... This is combination of these functions. Rotate then Skew OR SkewX then SkewY - Both work. You may need to use ScaleX and or ScaleY as well. Take a look a...
... Cool! It would clean up the SVG tags. ... Thanks for pointing me towards the canvas feature. It looks like a good programmatic way to do web vector...
Last time I played with the SVG DOM, Gecko easily had the closest to complete implementation. E.g., it implemented SVGMatrix and you could do circle.r.baseVal...
... then SkewY ... formulars and ... of a rect. ... which rect ... inlustrated ... I've experimented with all of the functions you mentioned - none do what I'm...
It is not 3-D ->2D; But you using it as: A SQUARE RECTANGLE put it on 3-D it become a NONE-SQUARE RECTANGLE. (you need a 3-D Graphic Animation not SVG...
Hi, ... You'd be surprised at what some people do with HTML and JavaScript: there's even JavaScript for an analogue clock that follows your mouse pointer...
Hello, Does anyone have any ideas of how to rotate an I-bar cursor 90 degrees? I am using it in some text boxes that are using writing- mode="tb" (rotated 90...
Hi everyone, I've been working on this network visualization script and i have taken yet another step. If anyone is interested, please have a look at this...
Hi! I have a machine-generated SVG document which contains a layer (or group) that has an arrow line, which is created with a marker. I want to render text...
Hi: We have updated svgdeveloper to v1.0.5, it solved the problem caused by the decimal seperator, please download and try it. thank you. Peng Yang ...
Hi, can any body tell me how to pass data between the SVG and Visualbasic , when we have used the SVG Control is it possible to pass message from visual basic...
Hi, do you use the correct unicode encoding? Does the machine with the viewer have the font installed? Or did you embed the font as an svg font? Andreas ... ...
Hi Darryl, thats why I always multiply the y-part in the map coordinates with -1. That way one doesn't have the problems that you describe. Of course you need...
Hi! I have created an SVG button and embedd it inside the xhtml. I want to link this with url in <a> so that when user click on this button he is redirected to...
Hi, Is there any idea where I can find a good drop-down menu implemented for SVG. I would like to integrate this drop-down menu with my SVG-GUI implementation....
Hi Darryl, If there are only few such arrows, you can just define, within <defs>...</defs>, paths of straight lines in the right direction. Then you use them...
I found this guy very helpful http://www.mycgiserver.com/~amri/widget/widget.svg Jonathan ... ___________________________________________________________ To...