You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: