From cca9c09bb4f60fa3f6fc7320c41b97434531d4da Mon Sep 17 00:00:00 2001 From: poire-z Date: Tue, 2 May 2017 08:41:31 +0200 Subject: [PATCH] Bump base/crengine for SVG images support Parsing and rasterisation provided by nanosvg (some svg tags like text, span and images are not supported). Only svg image included as files in the .epub are supported (embedded svg tags in html are not). Holding on svg image shows it 4x zoomed in ImageViewer. --- .ci/install.sh | 5 ++++- base | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.ci/install.sh b/.ci/install.sh index 117d1822f..fd9ffae5e 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -10,7 +10,10 @@ echo "pwd: $(pwd)" ls # toss submodules if there are any changes -if [ "$(git status --ignore-submodules=dirty --porcelain)" ]; then +# if [ "$(git status --ignore-submodules=dirty --porcelain)" ]; then +# "--ignore-submodules=dirty", removed temporarily, as it did not notice as +# expected that base was updated and kept using old cached base +if [ "$(git status --porcelain)" ]; then # what changed? git status # purge and reinit submodules diff --git a/base b/base index 38ba3849b..b7d41fac1 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit 38ba3849b84d99d7f0a28bd3762d132b0ef98e80 +Subproject commit b7d41fac1165b053a5110156f9d5543cbbf9338e