Simplification

This commit is contained in:
M66B
2025-01-03 19:33:35 +01:00
parent e277be5d63
commit 8097b268a3
2 changed files with 21 additions and 9 deletions

View File

@@ -311,7 +311,7 @@ class ImageHelper {
svg.renderToCanvas(canvas);
return bm;
} catch (Throwable ex) {
throw new IOException("SVG, ex");
throw new IOException("SVG, ex", ex);
}
}