im using batik to draw several rectangles via graphics2D.
now i would like to add a link to another html or svg document to the
rectangle. if the user clicks on the rectangle, the other document
should appear.
how can this be done using batik?
thanks!