File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace Svg.UnitTests
1414 public class LargeEmbeddedImageTest : SvgTestHelper
1515 {
1616 protected override string TestResource { get { return GetFullResourceString ( "Issue225_LargeUri.Speedometer.svg" ) ; } }
17- protected override int ExpectedSize { get { return 160000 ; } }
17+ protected override int ExpectedSize { get { return 150000 ; } }
1818
1919 [ Test ]
2020 public void TestImageIsRendered ( )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ namespace Svg.UnitTests
1818 public class MetafileRenderingTest : SvgTestHelper
1919 {
2020 protected override string TestResource { get { return GetFullResourceString ( "Issue210_Metafile.3DSceneSnapshotBIG.svg" ) ; } }
21- protected override int ExpectedSize { get { return 12500 ; } } //12896
21+ protected override int ExpectedSize { get { return 12000 ; } }
2222
2323 [ Test ]
2424 public void TestMetafileRendering ( )
You can’t perform that action at this time.
0 commit comments