Quantcast
Channel: HTML Renderer
Viewing all articles
Browse latest Browse all 693

New Post: Images are incorrect size

$
0
0
I fixed the index out of range error. There is a simple bug on line 266 of CssLayoutEngineTable.cs. Unless I am reading something wrong the line should be:

for (int j = 0; j < rows[i].Boxes.Count; j++)
not
for (int j = 0; j <= rows[i].Boxes.Count; j++)

Viewing all articles
Browse latest Browse all 693

Trending Articles