meikelneu schrieb:

> I am currently experimenting with the SVG enabled preview versions of
> Firefox 1.1 (Deer Park Alpha 2). So far I got to understand how to
> rewrite most of the scripts I use so that they will work on both ASV3
> and Firefox_1.1.
>
> However, I am a big fan of Kevin Lindsey's slider. Since his slider
> uses parseXML it will only run with the Adobe SVG plugin.
>
> Does anybody know if it is possible to built a slider with the
> functionality Firefox_1.1. will offer? It wouldn't have to be that
> universal as Kevin's but is it possible?

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.

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()

>
> Other than that I am quite happy with Deer Park Alpha 2, at least on
> Windows. Unfortunately on MacOSX the SVG implementation is based on
> the Cairo engine and currently very slow and incomplete. Also mixed
> namespaces don't seem to work on the Mac version.

cheers
Holger


-----
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/
 


Reply via email to