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"> <svg:defs> ....</svg:svg> <h2>Programming Notes</h2> ...] I like the idea of only having one document instead of two to mix HTML with SVG (today I was just finishing up http://srufaculty.sru.edu/david.dailey/svg/angles.html -- messages go both ways between the HTML and the SVG and some scripts live in both places -- when I took a look at your clocks) thanks for sharing this. DD ----- Original Message ----- From: "Kam-Hung Soh" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Saturday, April 01, 2006 11:14 PM Subject: [svg-developers] Demonstration of SVG Javascript Analogue Clocks > 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 just XHTML + Javascript because it involves rotating > the hands of a clock. > > See: http://members.optusnet.com.au/~khsoh/000d.xhtml > > -- > Kam-Hung Soh > http://kamhungsoh.blogspot.com - It Mostly Works > http://members.optusnet.com.au/~khsoh - Software That Mostly Works > > > > > > ----- > To unsubscribe send a message to: > [EMAIL PROTECTED] > -or- > visit http://groups.yahoo.com/group/svg-developers and click "edit my > membership" > ---- > Yahoo! Groups Links > > > > > > > > ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

