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.
This commit is contained in:
poire-z
2017-05-02 08:41:31 +02:00
committed by Frans de Jonge
parent 3b813c761f
commit cca9c09bb4
2 changed files with 5 additions and 2 deletions

View File

@@ -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

2
base

Submodule base updated: 38ba3849b8...b7d41fac11