Thread: svg
View Single Post
Old 07-11-2023, 08:21 PM   #15
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,636
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
Quote:
Originally Posted by jhowell View Post
Inkscape is an svg editor. If it doesn’t open your svg file then you must not have created it correctly.
Yes, silly me.
It doesn't like the header code from the xhtml file...

Spoiler:
Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">

<head>
  <title>The Fourth K</title>
  <link type="text/css" rel="stylesheet" href="OEBPS/stylesheet.css"/>
</head>

<body>


Once I deleted those tags, I was able to open the file.
Karellen is offline   Reply With Quote