1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00
This commit is contained in:
Lu Wang 2012-10-02 04:26:13 +08:00
parent a568383a21
commit b5d73e6850

View File

@ -156,8 +156,9 @@ void HTMLRenderer::css_draw_rectangle(double x, double y, double w, double h,
html_fout << "bottom:" << _round(y) << "px;"
<< "left:" << _round(x) << "px;"
<< "width:" << _round(w) << "px;"
<< "height:" << _round(h) << "px;"
<< "\"></div>";
<< "height:" << _round(h) << "px;";
html_fout << "\"></div>";
}