> Jim Ley wrote: > > Lastly my problem is the with zoom and pan, I want to have certain elements > > immune to zooming and panning (despite not liking it, the application is not > > considered to be acceptable,
I meant to write _accessible_ not acceptable... > > alternative HTML views of the data are > > available for that), which means that I need to access the current scale and > > zoom of the elements - this may be simply my syntax at fault here. > > I don't know for the other ones, but if you rely on SVGScroll and SVGZoom > events to do that one, it looks unfortunately like they are not implemented > yet, see the following RFE: > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10447 Yep, but it seems that: var trans=gdocDE.currentTranslate; var scale=gdocDE.currentScale; doesn't work when called at all, both result in an error. (gdocDE is the documentElement ) Jim. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
