View Single Post
Old 06-18-2017, 05:20 AM   #13
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,739
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Cyberseeker View Post
2. SVG Images
The report faults nearly all of my images, and cranks out miles of SVG code. I don't know how to read SVG, let alone fix it. Anyway, here is a portion cut n' pasted from the report.
By default Inkscape adds custom metadata that epubcheck doesn't like. You'll need to re-save all SVG images with Inkscape using the Plain SVG option.
Once you're done with this, you'll also need to manually delete the RDF metadata section, which epubcheck also doesn't like:

Spoiler:
Code:
  <metadata
     id="metadata5">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
        <dc:title></dc:title>
      </cc:Work>
    </rdf:RDF>
  </metadata>
Doitsu is offline   Reply With Quote