From batik-users-return-10586-apmail-xmlgraphics-batik-users-archive=xmlgraphics.apache.org@xmlgraphics.apache.org Mon Jun 19 07:23:23 2006 Return-Path: Delivered-To: apmail-xmlgraphics-batik-users-archive@www.apache.org Received: (qmail 37209 invoked from network); 19 Jun 2006 07:23:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jun 2006 07:23:23 -0000 Received: (qmail 3535 invoked by uid 500); 19 Jun 2006 07:23:21 -0000 Delivered-To: apmail-xmlgraphics-batik-users-archive@xmlgraphics.apache.org Received: (qmail 3521 invoked by uid 500); 19 Jun 2006 07:23:21 -0000 Mailing-List: contact batik-users-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: batik-users@xmlgraphics.apache.org Delivered-To: mailing list batik-users@xmlgraphics.apache.org Received: (qmail 3509 invoked by uid 99); 19 Jun 2006 07:23:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 00:23:20 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of Volker.Schneider@danet.de designates 134.101.28.103 as permitted sender) Received: from [134.101.28.103] (HELO astro.danet.de) (134.101.28.103) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 00:23:19 -0700 Received: from astro.danet.de (localhost [127.0.0.1]) by iscan.danet.de (Postfix) with ESMTP id 93DC5A9FD7 for ; Mon, 19 Jun 2006 09:22:57 +0200 (CEST) Received: from WEVEX001.de.corp.danet.com (unknown [134.101.31.18]) by astro.danet.de (Postfix) with ESMTP id 71318AA126 for ; Mon, 19 Jun 2006 09:22:57 +0200 (CEST) Received: from stex001.de.corp.danet.com ([134.101.150.22]) by WEVEX001.de.corp.danet.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 19 Jun 2006 09:22:57 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: AW: Hotspots with Batik Date: Mon, 19 Jun 2006 09:22:56 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: AW: Hotspots with Batik Thread-Index: AcaSEOmuo66C2RtIQ4WWa2c3j0ph5wBXyBgg From: "Schneider, Volker" To: X-OriginalArrivalTime: 19 Jun 2006 07:22:57.0388 (UTC) FILETIME=[301492C0:01C69371] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Thomas, thank you for your reply. Yes, the "#svgView(viewBox(x,y,w,h))" shows me a pointing "hand" over = the element, but I cannot tie an action or a link to another element on = this (nothing happens when clicking). Do you have an example, how I can link to another element (center, no = zoom) or how I can tie a java action on the clicking event. I am using a derived class of JSVGCanvas. Do you know the syntax how to point directly a svg 'view' elements by = id? Thank you, best regards, - Volker - -----Urspr=FCngliche Nachricht----- Von: thomas.deweese@kodak.com [mailto:thomas.deweese@kodak.com]=20 Gesendet: Samstag, 17. Juni 2006 15:21 An: batik-users@xmlgraphics.apache.org Cc: batik-users@xmlgraphics.apache.org Betreff: Re: AW: Hotspots with Batik Hi Volker, "Schneider, Volker" wrote on 06/16/2006=20 07:53:01 AM: > Unfortunately the 'a' element seems to be used for to external links=20 only. > There is something with the viewBox attribute, but when trying this,=20 nothing=20 > will happen. Did you look at the examples I pointed you towards. The viewBox=20 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=20 center the element at the initial view's magnification, we may=20 implement that. > What I need is a reference to an element within the same drawing. Is=20 there a=20 > 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: batik-users-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org