'Is there a way to preserve clickable areas in embedded SVG images?
I generate a SVG which is then embedded into a PDF. The SVG contains a hyperlink to an external URL according to this structure: <a xlink:href="..."><rect></rect></a>
When the SVG is rendered by a browser (FF in my case), clicking the rectangle would correctly open the hyperlink. When rendered by MPDF the rectangle would be displayed but the hyperlink doesn't work.
Is there any way to achieve this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
