Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow SVG embedded into XHTML in XMLAbstractTranscoder #69

Closed
carlosame opened this issue Dec 9, 2022 · 0 comments · Fixed by #70
Closed

Allow SVG embedded into XHTML in XMLAbstractTranscoder #69

carlosame opened this issue Dec 9, 2022 · 0 comments · Fixed by #70
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@carlosame
Copy link
Member

Currently only the transcoder helper allows the processing of SVG elements embedded into XHTML documents, but not the main Transcoder classes. However, initial support for XHTML with embedded SVG elements could be easily added to XMLAbstractTranscoder and subclasses.

Initially, the first svg element (in document order) would be used as the SVG root. In the future, perhaps an optional transcoding hint specifying a CSS selector could be used.

This issue is related to #40.

@carlosame carlosame added the enhancement New feature or request label Dec 9, 2022
@carlosame carlosame added this to the 0.2.2 milestone Dec 9, 2022
@carlosame carlosame self-assigned this Dec 9, 2022
carlosame added a commit that referenced this issue Dec 9, 2022
Also, try to use a SVG 1.2 implementation when a 1.2 document is found in a DOM
document coming from a version 1.1 implementation.

Fixes #69
Fixes #68
carlosame added a commit that referenced this issue Dec 9, 2022
Also, try to use a SVG 1.2 implementation when a 1.2 document is found in a DOM
document coming from a version 1.1 implementation.

Fixes #69
Fixes #68
carlosame added a commit that referenced this issue Dec 10, 2022
Also, try to use a SVG 1.2 implementation when a 1.2 document is found in a DOM
document coming from a version 1.1 implementation.

Fixes #69
Fixes #68
carlosame added a commit that referenced this issue Dec 10, 2022
Also, try to use a SVG 1.2 implementation when a 1.2 document is found in a DOM
document coming from a version 1.1 implementation.

Fixes #69
Fixes #68
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant