bump crengine: line-height: reworked implemenation (#4835)

Includes:
- Revert "line-height: fix handling and inheritance"
- Revert "line-height: switch base from 16 to 256 for more granularity"
- CSS: parse "normal" keyword length
- line-height: reworked implemenation for better conformance
- 2-pages mode: fix middle margin sizing
This commit is contained in:
poire-z
2019-03-24 22:09:50 +01:00
committed by GitHub
parent cfd562697f
commit 5f13e68966
3 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ describe("Readerhighlight module", function()
readerui.highlight:clear()
end)
it("should highlight single word", function()
highlight_single_word(readerui, Geom:new{ x = 400, y = 110 })
highlight_single_word(readerui, Geom:new{ x = 400, y = 70 })
Screen:shot("screenshots/reader_highlight_single_word_epub.png")
assert.truthy(readerui.view.highlight.saved[page])
end)