View Single Post
Old 02-02-2014, 06:45 AM   #1
ShellShock
Wizard
ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.
 
ShellShock's Avatar
 
Posts: 1,178
Karma: 2431850
Join Date: Sep 2008
Device: IPad Mini 2 Retina
Check Book can't find images in svg tags

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).

Last edited by ShellShock; 02-02-2014 at 06:48 AM.
ShellShock is offline   Reply With Quote