Does Prince support <a href=... in SVG? Can't seem to get it work.
John Clarke
Cornerstone Systems Northwest Inc.
John Clarke
Cornerstone Systems Northwest Inc.
<svg...>
<a href="http://www.google.com">
<ellipse... />
</a>
</svg>
<svg...>
<ellipse... href="http://www.google.com"/>
</svg>
John Clarke
Cornerstone Systems Northwest Inc.
<svg xmlns:xlink="http://www.w3.org/1999/xlink">
<a xlink:href="...">
...
</a>
</svg>