Skip to content

Commit 0a39a95

Browse files
committed
Fix test pdfs with 0 height or width rectangles
DEVSIX-4538
1 parent f5b0cca commit 0a39a95

File tree

7 files changed

+0
-3
lines changed

7 files changed

+0
-3
lines changed

src/test/java/com/itextpdf/html2pdf/css/w3c/css_backgrounds/BackgroundClip007Test.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ This file is part of the iText (R) project.
2424

2525
import com.itextpdf.html2pdf.css.w3c.W3CCssTest;
2626

27-
// TODO DEVSIX-4538 consider whether it is possible not to draw a rectangle when width or height equals to zero
2827
public class BackgroundClip007Test extends W3CCssTest {
2928
@Override
3029
protected String getHtmlFileName() {

src/test/java/com/itextpdf/html2pdf/css/w3c/css_backgrounds/BackgroundClip008Test.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ This file is part of the iText (R) project.
2424

2525
import com.itextpdf.html2pdf.css.w3c.W3CCssTest;
2626

27-
// TODO DEVSIX-4538 consider whether it is possible not to draw a rectangle when width or height equals to zero
2827
public class BackgroundClip008Test extends W3CCssTest {
2928
@Override
3029
protected String getHtmlFileName() {

src/test/java/com/itextpdf/html2pdf/css/w3c/css_backgrounds/BackgroundClip010Test.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ This file is part of the iText (R) project.
2424

2525
import com.itextpdf.html2pdf.css.w3c.W3CCssTest;
2626

27-
// TODO DEVSIX-4538 consider whether it is possible not to draw a rectangle when width or height equals to zero
2827
public class BackgroundClip010Test extends W3CCssTest {
2928
@Override
3029
protected String getHtmlFileName() {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)