#190 Updating to Batik 1.8 fixes incorrect size for WMF files.

This commit is contained in:
Harald Kuhr 2015-11-13 13:45:12 +01:00
parent fd73ae09bd
commit 4e765fa61d

View File

@ -51,8 +51,7 @@ public class WMFImageReaderTest extends ImageReaderAbstractTest<WMFImageReader>
protected List<TestData> getTestData() {
return Collections.singletonList(
// TODO: Dimensions does not look right...
new TestData(getClassLoaderResource("/wmf/test.wmf"), new Dimension(841, 673))
new TestData(getClassLoaderResource("/wmf/test.wmf"), new Dimension(133, 106))
);
}