1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00
This commit is contained in:
Lu Wang 2013-03-31 23:53:53 +08:00
parent e454d784bd
commit 0f6e8879d1

View File

@ -121,6 +121,7 @@ void HTMLRenderer::TextLineBuffer::flush(void)
size_t cur_text_idx = 0; size_t cur_text_idx = 0;
while(cur_text_idx < text.size()) 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) if(cur_text_idx >= cur_state_iter->start_idx)
{ {
// greedy // greedy