Hi Volker, "Schneider, Volker" <[EMAIL PROTECTED]> wrote on 06/16/2006 07:53:01 AM:
> Unfortunately the 'a' element seems to be used for to external links only. > There is something with the viewBox attribute, but when trying this, nothing > will happen. Did you look at the examples I pointed you towards. The viewBox linking definitely does work. You can't point directly at elements as it is very unclear what the behavior should be here (do you translate? zoom? rotate?). The SVG WG recently clarified for 1.2 that you should center the element at the initial view's magnification, we may implement that. > What I need is a reference to an element within the same drawing. Is there a > syntax for internal anchors that can be referenced by the a-tag? the "#svgView(viewBox(x,y,w,h))" format definitely works. You can also point directly at svg 'view' elements (by id). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
