#684 Remove TODO as it's now fixed

This commit is contained in:
Harald Kuhr 2022-06-10 17:44:53 +02:00
parent be2d7d5f10
commit 53f9ba91e0

View File

@ -372,7 +372,6 @@ public class SVGImageReaderTest extends ImageReaderAbstractTest<SVGImageReader>
@Test @Test
public void testReadWitSourceRenderSizeViewBoxNegativeXY() throws IOException { public void testReadWitSourceRenderSizeViewBoxNegativeXY() throws IOException {
// TODO: Fix the reader so that this also works with /svg/Android_robot.svg, probably needs some translation to compensate for the viewBox
URL resource = getClassLoaderResource("/svg/Android_robot.svg"); URL resource = getClassLoaderResource("/svg/Android_robot.svg");
SVGImageReader reader = createReader(); SVGImageReader reader = createReader();