I have created a svg gauge image comprised of two images; the "background" gauge and the "foreground" needle. I want to at runtime be able to rotate the...
Hi, I'm new to this group and have just started working with SVG. I'm using a mock-up GUI to compare performances of different web- technologies. The GUI...
Hi Jocke, Take a look at http://srufaculty.sru.edu/david.dailey/svg/SVGOpen2007/SVGOpen2007.htm and...
ddailey
ddailey@...
Sep 1, 2008 12:15 pm
61009
Take a look at http://srufaculty.sru.edu/david.dailey/svg/SMILorJavaScript.svg it's being done in three different ways here. cheers David ... From: JOHN KIRBY ...
ddailey
ddailey@...
Sep 1, 2008 12:17 pm
61010
Hi One of the things the SVG-IG is probably interested in is collections of fancy demos of SVG at work. Every so often someone here mentions that topic. Folks...
ddailey
ddailey@...
Sep 1, 2008 12:42 pm
61011
On Tue, 26 Aug 2008 08:13:25 -0600 ... Take a look at the instrumentation demo I did a few years ago. It has some JavaScript for animating several different...
Somehow we forget that there are several third party plugins available for IE besides Adobe. Tinyline JAVA applets should play SVG well, as Bitflash and...
Hello, I'm wondering if it's possible to draw splines that have an arbitrary number of control points in SVG? It seems this is not built into the SVG spec, and...
Hi Jake, I am not entirely clear about your request, but I did some work that might help you. I am drawing functions with known mathematical expressions, by...
Hi Jake, Sorry for a mistake in the first web address of my previous message. It should be http://alzt.tau.ac.il/~dagan/tools/Bezier2/readMe.html Cheers, Samy...
Anyone know anything about the SVG support in Google Chrome? Given that its using Webkit as rendering engine, chances are high that it supports SVG out of the...
I am using it now. It does support SVG but seems to be an earlier version of WebKit. There is no animation support. It appears some of the new JavaScript...
... of ... yes - just checked it against my own examples. Works for the most parts, but some controls don't work, e.g. the linked reference map. It also...
I think, based on a quick, but very satisfying, conversation in the elevator at the conference, that WebKit will be supporting a lot more SVG pretty soon. I...
ddailey
ddailey@...
Sep 2, 2008 10:15 pm
61020
Wade Thanks!. I forgot to mention this was a Batik/swing application. So what I did is use DOM manipulation to replace the transform attribute in the SVG. ......
Hi, I've just checked it with the SVG parts of my web comic. Unfortunately it refuses to display "Trial of Humanity" parts I to VIII (this is most the comic to...
Hello, how can I scale a group of elements and have the center of this group stay fixed in its position? I've been trying this for ages now and couldn't find...
Julian Petri
delefoo@...
Sep 3, 2008 7:08 pm
61024
... A scale transform scales the co-ordinates too. If the original co-ordinate of the centre is x and the scale factor n, follow the scaling transform with a...
Also see the seven examples under the topic Transformations at http://srufaculty.sru.edu/david.dailey/svg/newstuff/Newlist.htm that finally culminate in...
ddailey
ddailey@...
Sep 3, 2008 11:24 pm
61026
I came to know that Adobe would be incorporating most of the SVG in upcoming Flex/FXG. Any one knows any information about it? Is it comparable to SVG? When...
This is a follow-up to a question I asked several weeks ago. Apologies for the delay, I had medical issues. The question was whether SVG supported name aliases...
getScreenCTM() is not a new feature in SVG version 1.2, and the use of the <handler> element isn't necessary. If you use a script tag and apply event handlers...
... It might be. Feel free to report it at http://bugs.opera.com/wizard together with a complete testcase (that is: including the referenced svg). Here's an...
Hi, OK I decided that a bug which stops most my comics from being viewed by Safari and Google Chrome was sufficiently important to develop a test case. I've...
Hi Richard, I'm rather clueless myself when it comes to submitting bug reports. Different browsers seem to have different methods, and then different cultures...
ddailey
ddailey@...
Sep 4, 2008 10:57 pm
61034
I guess I see that you tried uploading this to the files.... sorry, I didn't see that in your message. David ... From: Richard Pearman To:...
ddailey
ddailey@...
Sep 4, 2008 11:03 pm
61035
Richard, tried your webkit test-code in safari os x wfm this is a good reduced testcase, but it works for me, so may not be the problem... there is no google...
... SVG 1.2 Tiny allows this, see the spec[1] (and if you scroll down a bit from there, there's even a complete example of how to use it). In a <solidColor>...