If I embed the following SVG as a background image of a page
...the SVG image is shown as a bg image but the link is not active on the Prince rendered PDF. Any ideas why? BTW in a browser the link works...
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="100px" height="100px" viewBox="0 0 100 100" enable-background="new " xml:space="preserve">
<rect x="-12" y="-16" opacity="0.05" fill="#E2001A" width="100" height="100"/>
<a xlink:href="http://abc.de" >
<rect x="12" y="12" fill="#DDDDDD" width="40" height="40"/>
</a>
</svg>
...the SVG image is shown as a bg image but the link is not active on the Prince rendered PDF. Any ideas why? BTW in a browser the link works...
--Kai Heitmann
Edited by kheitmann