Is this a bug?
I have this:
Code:
<div>
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid" version="1.1" viewBox="0 0 402 650" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
<image height="650" width="402" xlink:href="Images/img001.jpg"></image>
</svg>
</div>
This image displays fine in File Preview, but Check Book complains: "The file OEBPS/images/img001.jpg is not referenced". And also "The linked resource 'Images/img001.jpg' is a directory [OEBPS/maps.html]".
The referencing file is OEBPS/maps.html, and the image file is OEBPS/Images/img001.jpg so the file locations are OK (they must be because File Preview would not work).