Skip to content

Commit b84f44c

Browse files
introfogiText-CI
authored andcommitted
Customize saving state, so that q and Q operators are not drawn inside text blocks
Changes were cherry picked from 7.2 develop branch (see DEVSIX-5427 ticket) DEVSIX-6938 Autoported commit. Original commit hash: [2027c666e]
1 parent d9ee636 commit b84f44c

File tree

758 files changed

+244
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

758 files changed

+244
-60
lines changed

itext.tests/itext.svg.tests/itext/svg/renderers/impl/TSpanNodeRendererIntegrationTest.cs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,20 @@ public virtual void TspanInheritTextFontSizeTest() {
212212
public virtual void TspanInheritAncestorsTspanFontSizeTest() {
213213
ConvertAndCompareSinglePage(SOURCE_FOLDER, DESTINATION_FOLDER, "tspanInheritAncestorsTspanFontSize");
214214
}
215+
216+
[NUnit.Framework.Test]
217+
public virtual void TspanNestedWithOffsets() {
218+
ConvertAndCompareSinglePage(SOURCE_FOLDER, DESTINATION_FOLDER, "tspanNestedWithOffsets");
219+
}
220+
221+
[NUnit.Framework.Test]
222+
public virtual void TspanNestedRelativeOffsets() {
223+
ConvertAndCompareSinglePage(SOURCE_FOLDER, DESTINATION_FOLDER, "tspanNestedRelativeOffsets");
224+
}
225+
226+
[NUnit.Framework.Test]
227+
public virtual void SimpleNestedTspanTest() {
228+
ConvertAndCompareSinglePage(SOURCE_FOLDER, DESTINATION_FOLDER, "simpleNestedTspan");
229+
}
215230
}
216231
}
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)