Test correction for ViewBox based svg sizes

(cherry picked from commit 810b7197ab0626759c51ab3777d0488ac013ec0c)
This commit is contained in:
Oliver Schmidtmer 2019-08-22 16:51:34 +02:00 committed by Harald Kuhr
parent f14e6823bd
commit c33b3a76f4

View File

@ -74,7 +74,7 @@ public class SVGImageReaderTest extends ImageReaderAbstractTest<SVGImageReader>
new TestData(getClassLoaderResource("/svg/batikLogo.svg"), new Dimension(450, 500)),
new TestData(getClassLoaderResource("/svg/red-square.svg"), new Dimension(100, 100)),
new TestData(getClassLoaderResource("/svg/blue-square.svg"), new Dimension(100, 100)),
new TestData(getClassLoaderResource("/svg/Android_robot.svg"), new Dimension(400, 400))
new TestData(getClassLoaderResource("/svg/Android_robot.svg"), new Dimension(294, 345))
);
}