1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00

Merge branch 'master' of github.com:coolwanglu/pdf2htmlEX

This commit is contained in:
Lu Wang 2013-04-02 18:34:28 +08:00
commit e3eff29dec

View File

@ -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