Torsten,

If you are trying to figure out the bounding box of what is contained in 
the <a> element, you could call the getBBox DOM method. getBBox is on 
the SVGLocatable interface and SVGAElement implements SVGTransformable 
which extends SVGLocatable.

I hope this helps.
Vincent.



Torsten Knodt wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hello,
> currently I'm working on a transcoder to create html image maps out of svg's 
> to use them together with the image transcoders. For this, I have a design or 
> API question.
> I think the best way is to extended SVGAbstractTranscoder and traverse the 
> document for SVGOMAElement's. But how can I get the corresponding 
> GraphicsNode to call getOutline? I've read something about bridges, but I 
> don't understand how to use them.
> 
> Of course I will commit the transcoder to the batik project, when it works.
> 
> Thanks in advance
>       Torsten Knodt
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.7 (GNU/Linux)
> 
> iD8DBQE9WQthvxZktkzSmiwRAly2AKCT17LDvWmfGZbPQULquunDJzMrIgCeIgfQ
> ukz7itCTXInvc1sUm42UKpI=
> =hfTh
> -----END PGP SIGNATURE-----
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to