Hey Guys,
This is a feature request that's not extremely crucial, but it would be helpful for us.
I'm having our authors create SVG overlays and link to the background image (jpeg or png).
Sometimes they accidentally link to an image that isn't in our repository path.
Within the SVG, I'll end up with something like:
<image width="1200" height="1807" xlink:href="../../../../../../../Users/Username/Pictures/PREVI PAV/PAV_printer_cover_open.jpg" >
When it should be:
<image width="1200" height="1807" xlink:href="images/PAV_printer_cover_open.jpg" >
Although, the validate/check for completeness wouldn't catch this on their workstation as the image exists and is valid, it would find it quickly on mine since it's outside the path that gets checked in and I’d be missing that image.
It doesn't seem like the OT throws any errors either. The only way I find out is when I'm viewing the PDF and notice that antenna house has substituted a broken image.
Example:
Thanks!
Matt