Skip to content
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
@garconvacher

Description

@garconvacher

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions