You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
Run this code:
public static void main(String[] args) {
HtmlImageGenerator imageGenerator = new HtmlImageGenerator();
imageGenerator.loadHtml("<table border='1' style='border-collapse:collapse'><tr><td>aaa</td><td>bbb</td></tr><tr><td>aaa</td><td>bbb</td></tr></table>");
imageGenerator.saveAsImage("hello-world.png");
}
What is the expected output? What do you see instead?
The image with table with border-collapse correct
What version of the product are you using? On what operating system?
html2image-0.9.jar
Windows seven
Please provide any additional information below.
I need this urgently : )
Original issue reported on code.google.com by [email protected] on 28 Nov 2012 at 4:42
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Nov 2012 at 4:42The text was updated successfully, but these errors were encountered: