Re: D2W Timestamp attribute component
Re: D2W Timestamp attribute component
- Subject: Re: D2W Timestamp attribute component
- From: Ramsey Gurley <email@hidden>
- Date: Wed, 19 Jan 2011 13:43:12 -0500
Hi Dan,
I'm not aware of one. You could conceivably do a display time component pretty easily with a few lines of SVG. With just two circle elements, you are most of the way there...
<svg width="80" height="80"> <circle cx="40" cy="40" r="20" stroke="darkslategray" stroke-width="10" stroke-dasharray="1.75 8.72" fill="lightslategray" fill-opacity="0.5" /> <circle cx="40" cy="40" r="10" stroke="darkslategray" stroke-width="20" stroke-dasharray="0.875 14.833 0.875 100" fill="none" /> </svg>
|
Attachment:
Clock.xhtml
Description: application/xhtml
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden