Browse our Products
Aspose.Imaging for Java 24.7.1 - Release notes
Key | Summary | Category |
---|---|---|
IMAGINGJAVA-8766 | Loading SVG file throws ImageLoadException in Java 17 | Enhancement |
Usage Examples:
IMAGINGJAVA-8766 Loading SVG file throws ImageLoadException in Java 17
try (Image image = Image.load("instruction.svg"))
{
// do nothing
}