mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
..
This commit is contained in:
parent
e454d784bd
commit
0f6e8879d1
@ -121,6 +121,7 @@ void HTMLRenderer::TextLineBuffer::flush(void)
|
||||
size_t cur_text_idx = 0;
|
||||
while(cur_text_idx < text.size())
|
||||
{
|
||||
// TODO: a new state may consume an offset with proper 'margin-left'
|
||||
if(cur_text_idx >= cur_state_iter->start_idx)
|
||||
{
|
||||
// greedy
|
||||
|
Loading…
Reference in New Issue
Block a user