Skip to content

Commit 1959365

Browse files
committed
Add a font-weight test to demonstrate a svg bug.
DEVSIX-2079
1 parent 8dd5e82 commit 1959365

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

src/test/java/com/itextpdf/svg/css/SvgStyleResolverTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ public void validLocalFontTest() throws com.itextpdf.io.IOException, Interrupted
168168
convertAndCompareVisually(sourceFolder, destinationFolder, "validLocalFontTest");
169169
}
170170

171+
@Test
172+
public void fontWeightTest() throws com.itextpdf.io.IOException, InterruptedException, java.io.IOException {
173+
convertAndCompareVisually(sourceFolder, destinationFolder, "fontWeightTest");
174+
}
175+
171176
/**
172177
* The following test should fail when RND-1042 is resolved
173178
*/
Lines changed: 14 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)