@@ -102,6 +102,7 @@ public void markerPathViewboxRightOrientTest() throws IOException, InterruptedEx
102
102
}
103
103
104
104
@ Test
105
+ // TODO (DEVSIX-3621) fix cmp after fixing
105
106
public void markerPathViewboxRightOrientNoAspectRatioPreservationTest () throws IOException , InterruptedException {
106
107
convertAndCompare (SOURCE_FOLDER , DESTINATION_FOLDER ,
107
108
"markerPathViewboxRightOrientNoAspectRatioPreservationTest" );
@@ -129,6 +130,7 @@ public void markerPathViewboxAngledOrientTest() throws IOException, InterruptedE
129
130
}
130
131
131
132
@ Test
133
+ // TODO (DEVSIX-3621) fix cmp after fixing
132
134
public void markerPathPreserveAspectRatioTest () throws IOException , InterruptedException {
133
135
convertAndCompare (SOURCE_FOLDER , DESTINATION_FOLDER , "markerPathPreserveAspectRatioTest" );
134
136
}
@@ -303,4 +305,10 @@ public void markerOverflowVisibleTransformRotateTest() throws IOException, Inter
303
305
public void markerEspecialMarkerWidthHeightValuesTest () throws IOException , InterruptedException {
304
306
convertAndCompareSinglePage (SOURCE_FOLDER , DESTINATION_FOLDER , "markerEspecialMarkerWidthHeightValuesTest" );
305
307
}
308
+
309
+ @ Test
310
+ // TODO (DEVSIX-3621) change cmp after fixing
311
+ public void deformationWhenRotationAndPreserveAspectRationNone () throws IOException , InterruptedException {
312
+ convertAndCompareSinglePage (SOURCE_FOLDER , DESTINATION_FOLDER , "deformationWhenRotationAndPreserveAspectRationNone" );
313
+ }
306
314
}
0 commit comments