Some fixes around svg embedded images

This commit is contained in:
jpirnay
2026-05-18 21:10:34 +02:00
parent 81ccca7d12
commit af9e37f561
4 changed files with 51 additions and 28 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class Epub {
~Epub() = default;
std::string& getBasePath() { return contentBasePath; }
bool load(bool buildIfMissing = true, bool skipLoadingCss = false);
bool clearCache() const;
bool clearCache(bool preserveThumbs = false) const;
void setupCacheDir() const;
const std::string& getCachePath() const;
const std::string& getPath() const;