Skip to content

Commit 77f17ca

Browse files
ar3emiText-CI
authored andcommitted
Add tests with all options of preserveAspectRation in svg element
DEVSIX-4861 Autoported commit. Original commit hash: [bba6f3848]
1 parent 56446ae commit 77f17ca

File tree

4 files changed

+82
-1
lines changed

4 files changed

+82
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,11 @@ public virtual void ViewBoxXYValuesPreserveAspectRatioXMaxYMaxSliceValues() {
124124
ConvertAndCompareSinglePage(SOURCE_FOLDER, DESTINATION_FOLDER, "viewBoxXYValuesPreserveAspectRatioXMaxYMaxSliceValues"
125125
);
126126
}
127+
128+
[NUnit.Framework.Test]
129+
public virtual void PreserveAspectRationAllOptionsTest() {
130+
//TODO DEVSIX-4861 change cmp after fix
131+
ConvertAndCompareSinglePage(SOURCE_FOLDER, DESTINATION_FOLDER, "preserveAspectRationAllOptions");
132+
}
127133
}
128134
}
Lines changed: 75 additions & 0 deletions
Loading

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c8542f740ad3ce6d1606543feee471d842eae11f
1+
bba6f3848485162379a0fb31cc3d1d6a60e07724

0 commit comments

Comments
 (0)