This repository was archived by the owner on May 6, 2025. It is now read-only.
This repository was archived by the owner on May 6, 2025. It is now read-only.
SVG rendering on Android app based on Readium SDK #308
Open
Description
Hi,
There's an issue with SVG files on Android.
- SVG aren't rendered in this case:
<img src="my.svg" />
- SVG are rendered in these cases:
<object data="my.svg" type="image/svg+xml"></object>
<svg>(my.svg code)</svg>
cc @JayPanoz
(edit: I've maid a mistake in my epub)