Just to make sure I understand, do you still have problems even after using
the functions built into SVG for translating from screen coordinates to user
coordinates?
http://www.w3.org/TR/SVG11/coords.html#NestedTransformations
http://www.w3.org/TR/SVG/types.html
Using getScreenCTM and such methods?

Please let me know. Thanks.

Jake

On Dec 20, 2007 3:34 PM, Eben Eliason <[EMAIL PROTECTED]> wrote:
>
>
>
> On Dec 20, 2007 3:31 PM, Marco Pesenti Gritti <[EMAIL PROTECTED]> wrote:
> > On Dec 20, 2007 9:30 PM, Eben Eliason <[EMAIL PROTECTED]> wrote:
> > > I've seen some examples of this working, though none of them complex
> > > enough to really test performance. The core problem when I used it was
> > > that the coordinate system for the mouse events didn't map correctly
> > > to the display, due to the browsers scaling algorithm.  I'm not sure
> > > in what timeframe that will be fixed (has it already?).
> >
> > Depends what you mean with fixing it. The scaling is intentional,
> > there might be ways for web developers to disable it though.
>
> I don't want to undo the scaling; I want to translate the events
> accordingly so that everything remains in sync.
>
> - Eben
>
_______________________________________________
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel

Reply via email to