forked from pipeline-foundation/itext7-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SVG: support text-decoration attribute
DEVSIX-2270 Autoported commit. Original commit hash: [2cd532dff]
- Loading branch information
Showing
41 changed files
with
449 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+198 Bytes
(120%)
...t.tests/itext.layout.tests/resources/itext/layout/CanvasTest/cmp_canvasNoPageLinkTest.pdf
Binary file not shown.
Binary file modified
BIN
-4 Bytes
(100%)
....layout.tests/resources/itext/layout/CanvasTest/cmp_canvasWithPageEnableTaggingTest01.pdf
Binary file not shown.
Binary file modified
BIN
+198 Bytes
(120%)
....layout.tests/resources/itext/layout/CanvasTest/cmp_canvasWithPageEnableTaggingTest02.pdf
Binary file not shown.
Binary file modified
BIN
+198 Bytes
(120%)
...tests/itext.layout.tests/resources/itext/layout/CanvasTest/cmp_canvasWithPageLinkTest.pdf
Binary file not shown.
Binary file modified
BIN
+43 Bytes
(100%)
...itext.layout.tests/resources/itext/layout/LayoutTaggingPdf2Test/cmp_docWithSectInPdf2.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
itext.tests/itext.layout.tests/resources/itext/layout/LayoutTaggingTest/cmp_linkTest01.pdf
Binary file not shown.
Binary file modified
BIN
+177 Bytes
(110%)
...ests/itext.layout.tests/resources/itext/layout/OpacityTest/cmp_underlineOpacityTest01.pdf
Binary file not shown.
Binary file modified
BIN
+180 Bytes
(110%)
...ext.layout.tests/resources/itext/layout/TextWritingTest/cmp_fontStyleSimulationTest01.pdf
Binary file not shown.
Binary file modified
BIN
+199 Bytes
(120%)
itext.tests/itext.layout.tests/resources/itext/layout/TextWritingTest/cmp_lineThrough.pdf
Binary file not shown.
Binary file added
BIN
+1.93 KB
....tests/itext.layout.tests/resources/itext/layout/TextWritingTest/cmp_strokedUnderline.pdf
Binary file not shown.
Binary file modified
BIN
+202 Bytes
(120%)
itext.tests/itext.layout.tests/resources/itext/layout/TextWritingTest/cmp_underline.pdf
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
...dfua.tests/resources/itext/pdfua/PdfUALayoutTest/cmp_simpleParagraphWithUnderlineTest.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-960 Bytes
(94%)
...text.svg.tests/resources/itext/svg/googlecharts/SankeyChartsTest/cmp_sankeyFontsChart.pdf
Binary file not shown.
Binary file added
BIN
+2.05 KB
...vg.tests/resources/itext/svg/processors/impl/font/FontFaceTest/cmp_fontSelectorTest03.pdf
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
...ts/resources/itext/svg/processors/impl/font/FontFaceTest/fontSelectorTest03.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4 Bytes
(100%)
...ests/itext.svg.tests/resources/itext/svg/renderers/impl/MaskTest/cmp_maskWithGradient.pdf
Binary file not shown.
Binary file renamed
BIN
+2.12 KB
...erIntegrationTest/cmp_text_decoration.pdf → ...IntegrationTest/cmp_textDecorationCss.pdf
Binary file not shown.
Binary file added
BIN
+4.78 KB
...ces/itext/svg/renderers/impl/TSpanNodeRendererIntegrationTest/cmp_textDecorationStyle.pdf
Binary file not shown.
Binary file added
BIN
+2.43 KB
...urces/itext/svg/renderers/impl/TSpanNodeRendererIntegrationTest/cmp_textDecorationSvg.pdf
Binary file not shown.
Binary file modified
BIN
+474 Bytes
(120%)
...ces/itext/svg/renderers/impl/TSpanNodeRendererIntegrationTest/cmp_textDecorationTspan.pdf
Binary file not shown.
Binary file modified
BIN
+474 Bytes
(120%)
.../itext/svg/renderers/impl/TSpanNodeRendererIntegrationTest/cmp_textDecorationTspanSub.pdf
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
...itext/svg/renderers/impl/TSpanNodeRendererIntegrationTest/textDecorationCss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions
59
...ext/svg/renderers/impl/TSpanNodeRendererIntegrationTest/textDecorationStyle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions
18
...itext/svg/renderers/impl/TSpanNodeRendererIntegrationTest/textDecorationSvg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 0 additions & 18 deletions
18
...s/itext/svg/renderers/impl/TSpanNodeRendererIntegrationTest/text_decoration.svg
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
+36 Bytes
(100%)
...renderers/impl/TextSvgBranchRendererIntegrationTest/cmp_textTextDecorationLineThrough.pdf
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
...vg/renderers/impl/TextSvgBranchRendererIntegrationTest/cmp_textTextDecorationOverline.pdf
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
...g/renderers/impl/TextSvgBranchRendererIntegrationTest/cmp_textTextDecorationUnderline.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...ers/impl/TextSvgBranchRendererIntegrationTest/textTextDecorationLineThrough.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.