meikelneu schrieb: > --- In [email protected], Holger Will <[EMAIL PROTECTED]> > wrote: > > > sure its possible, the biggest problem right now is that > > getScreenCTM() is not implemented correctly in FF ( see bug : > > https://bugzilla.mozilla.org/show_bug.cgi?id=293224 ) (vote for this > bug!) > > which you need to go from clientX/Y to document or element > coordinates. > > Thanks Holger for pointing this out. > > > p.s.: check out my latest creation, its not exactly a slider, but > might > > be usefull anyways: > > http://www.treebuilder.de/svg/guistuff/knob/knop2.svg > > it uses a simplyfied getScreenCTM implementation that behaves like > > root.getScreenCTM() > > That's good, but I couldn't get it to work on the Mac, neither with > ASV3 nor with Deer Park
mmh... thats strage, i ve tested on XP with Deer Park and IE+ASV6 and on linux with DeerPark and mozilla+ ASV3, and it worked fine. does it show any error message or anything ? please let me know what the javascript console of deer park says. thanks for letting me know. cheers Holger p.s.: ive also tested with batik, but its the know problem that in SVGmatrix.rotate(w) w should be in Grad, but batik expects radiant. everything else works in batik, too. this problem can be easily avoided, by rotating the points without a matrix, if you need this to work in batik, just let me know. > > Michael > ----- 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/

