Browse our Products

Aspose.Imaging for Java 24.7.1 - Release notes

KeySummaryCategory
IMAGINGJAVA-8766Loading SVG file throws ImageLoadException in Java 17Enhancement

Usage Examples:

IMAGINGJAVA-8766 Loading SVG file throws ImageLoadException in Java 17

try (Image image = Image.load("instruction.svg"))
{
     // do nothing
}