bump crengine: fix vertical-align and others (#4307)

bump crengine, which includes:
- Avoid uneeded re-rendering on load when with full status bar
- Update french hyphenation pattern
- Fix border-collapse on table cells in some cases
- Fix line-height inheritance when no unit
- Fix: don't ignore space following an image
- Fix: ignore occasional space at start of line
- Fix possible segfault when viewing HTML
- Fix and extend support of vertical-align

Also add a style tweak to middle align images with text, which
may make some text with inline icons and such nicer (depending
on images sizes and selected Zoom/DPI).
pull/4308/head
poire-z 6 years ago committed by GitHub
parent 42548939bc
commit 26aeb6121c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1 +1 @@
Subproject commit f13f1ce2ee42a64788ad80adb12d34197406b984
Subproject commit bcd8ba4e744c58aa504e8031669c1ab96cacfc1e

@ -185,6 +185,11 @@ img {
}
]],
},
{
id = "image_valign_middle";
title = _("Middle align images with text"),
css = [[img { vertical-align: middle; }]],
},
},
-- No current need for workarounds
-- {

Loading…
Cancel
Save