mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
..
This commit is contained in:
parent
a568383a21
commit
b5d73e6850
@ -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>";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user