Skip to content

Add support for SVG covers#751

Open
grighakobian wants to merge 2 commits intoreadium:developfrom
grighakobian:feature/svg-cover-support
Open

Add support for SVG covers#751
grighakobian wants to merge 2 commits intoreadium:developfrom
grighakobian:feature/svg-cover-support

Conversation

@grighakobian
Copy link
Contributor

Summary

This pull request addresses the SVG covers are not supported issue.

Known limitation

The SVG rendering uses CGSVGDocument CoreGraphics functions loaded dynamically via dlsym. While these are stable since iOS 13 and widely used, they are not part of the public API. A future iteration could replace this with a third-party SVG parsing library (e.g. SVGKit) or a WebKit snapshot approach for full public API compliance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant