mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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:
@@ -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
2
base
Submodule base updated: 38ba3849b8...b7d41fac11
Reference in New Issue
Block a user