Render themes: SVG resources on iOS, improves #69
This commit is contained in:
@@ -66,7 +66,7 @@ public class IosGraphics extends CanvasAdapter {
|
||||
try {
|
||||
return new IosSvgBitmap(inputStream);
|
||||
} catch (IOException e) {
|
||||
log.error("decodeSvgImpl", e);
|
||||
log.error("decodeSvgBitmapImpl", e);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user