1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 09:38:40 +00:00

temporarily disable shift-left due to cur_ty bug

This commit is contained in:
Lu Wang 2012-08-16 13:46:48 +08:00
parent 4f49f6b795
commit b68b421578

View File

@ -172,10 +172,14 @@ void HTMLRenderer::drawString(GfxState * state, GooString * s)
}
else
{
close_cur_line();
/*
// TODO bug
// shift left
// TODO, create a class for this
html_fout << format("<span style=\"margin-left:%1%px\"></span>") % target;
draw_tx += target / draw_scale;
*/
}
}