If I add an <svg> tag to a section, the validator returns this error:
ERROR(OPF-014): prova.epub/EPUB/xhtml/section0001.xhtml(-1,-1): The property "svg" should be declared in the OPF file.
That is, in package.opf there shoud be properties="svg" in the item tag:
<item id="section0001.xhtml" href="xhtml/section0001.xhtml" media-type="application/xhtml+xml" properties="svg"></item>
I found no way to do it.
Thank you.
If I add an
<svg>tag to a section, the validator returns this error:That is, in
package.opfthere shoud beproperties="svg"in the item tag:I found no way to do it.
Thank you.