1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00
This commit is contained in:
Lu Wang 2013-03-25 00:15:08 +08:00
parent 8df2869a91
commit 88c18d56d6

View File

@ -288,7 +288,7 @@ void HTMLRenderer::check_state_change(GfxState * state)
* If dx can be solved, we can simply append a x-offset without creating a new line
*
* TODO, writing mode, set dx = 0 and solve dy
* TODO, try to merge when cur_tx and draw_tx are proportional
* TODO, try to merge when cur_tm and old_tm are proportional
*/
bool merged = false;