mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user