« Return to Thread: Javascript Analog Clock with moveable hands

Re: Javascript Analog Clock with moveable hands

by Alex Russell :: Rate this Message:

Reply to Author | View in Thread

Oof. I'm really not sure that <canvas> is something we should be
emulating...SVG Tiny + DOM bindings OTOH...

On Thursday 29 December 2005 2:01 pm, Dimitri Glazkov wrote:

> Speaking of canvas, Emil "Mission Impossible" Eklund is at it again:
>
> http://me.eae.net/archive/2005/12/29/canvas-in-ie/
>
> :DG<
>
> On 12/29/05, Bob Ippolito <bob@...> wrote:
> > On Dec 29, 2005, at 3:56 PM, Fabian Dittrich wrote:
> > > is there something around like a Javascript Analog Clock with
> > > moveable hands?
> > > Maybe even as a dojo widget?
> >
> > It would be painful to do this because you can't draw anything but
> > horizontal and vertical lines cross-browser, nor can you rotate
> > images.  Firefox 1.5 and Safari 1.3 have the Canvas tag, and
> > there's probably some ActiveX way to do it in IE.. or there's
> > Flash, which would probably work everywhere you care about.
> >
> > Alternatively, I guess you could make a whole bunch of images...
> >
> > -bob
> >
> > _______________________________________________
> > Dojo-interest mailing list
> > Dojo-interest@...
> > http://dojotoolkit.org/mailman/listinfo/dojo-interest
>
> _______________________________________________
> Dojo-interest mailing list
> Dojo-interest@...
> http://dojotoolkit.org/mailman/listinfo/dojo-interest

--
Alex Russell
alex@... BE03 E88D EABB 2116 CC49 8259 CF78 E242 59C3 9723
alex@...  F687 1964 1EF6 453E 9BD0 5148 A15D 1D43 AB92 9A46
_______________________________________________
Dojo-interest mailing list
Dojo-interest@...
http://dojotoolkit.org/mailman/listinfo/dojo-interest

 « Return to Thread: Javascript Analog Clock with moveable hands